From a3ebf8eeec6bb910a37866351076348b6ea06264 Mon Sep 17 00:00:00 2001 From: Romain Leroux Date: Mon, 7 Oct 2024 23:40:57 +0200 Subject: [PATCH] Release 0.15.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"