From 906c185687d825b925092c7b9c11fb56ec22f15a Mon Sep 17 00:00:00 2001 From: Dany Laporte Date: Fri, 6 Dec 2024 10:10:43 -0500 Subject: [PATCH] chore: Release --- storm/Cargo.toml | 2 +- storm_derive/Cargo.toml | 2 +- storm_mssql/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/storm/Cargo.toml b/storm/Cargo.toml index 05c8251d..fc7b6c00 100644 --- a/storm/Cargo.toml +++ b/storm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storm" -version = "0.38.3" +version = "0.38.4" authors = ["Dany Laporte "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/storm_derive/Cargo.toml b/storm_derive/Cargo.toml index d0fc7e08..f7a3799e 100644 --- a/storm_derive/Cargo.toml +++ b/storm_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storm_derive" edition = "2021" -version = "0.38.3" +version = "0.38.4" authors = ["Dany Laporte "] license = "MIT OR Apache-2.0" repository = "https://github.com/danylaporte/storm" diff --git a/storm_mssql/Cargo.toml b/storm_mssql/Cargo.toml index aa095326..ae83ee0f 100644 --- a/storm_mssql/Cargo.toml +++ b/storm_mssql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storm_mssql" -version = "0.38.3" +version = "0.38.4" authors = ["Dany Laporte "] edition = "2021" license = "MIT OR Apache-2.0"