diff --git a/storm/Cargo.toml b/storm/Cargo.toml index 11cc43d2..d71c4b4b 100644 --- a/storm/Cargo.toml +++ b/storm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storm" -version = "0.30.2" +version = "0.30.3" authors = ["Dany Laporte "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/storm_derive/Cargo.toml b/storm_derive/Cargo.toml index ec715d1b..cbbdefc5 100644 --- a/storm_derive/Cargo.toml +++ b/storm_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storm_derive" edition = "2021" -version = "0.30.2" +version = "0.30.3" 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 b01dceef..40ee46db 100644 --- a/storm_mssql/Cargo.toml +++ b/storm_mssql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storm_mssql" -version = "0.30.2" +version = "0.30.3" authors = ["Dany Laporte "] edition = "2021" license = "MIT OR Apache-2.0"