diff --git a/Cargo.lock b/Cargo.lock index 354a6f8..65609e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rsgen-avro" -version = "0.15.1" +version = "0.15.2" dependencies = [ "apache-avro", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d3ed247..db81dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsgen-avro" -version = "0.15.1" +version = "0.15.2" authors = ["Romain Leroux "] edition = "2021" description = "Command line and library for generating Rust types from Avro schemas"