diff --git a/storm/Cargo.toml b/storm/Cargo.toml index 8117b137..1714a54f 100644 --- a/storm/Cargo.toml +++ b/storm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storm" -version = "0.29.2" +version = "0.30.0" authors = ["Dany Laporte "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/storm_derive/Cargo.toml b/storm_derive/Cargo.toml index 9a997bc2..c3e68cbd 100644 --- a/storm_derive/Cargo.toml +++ b/storm_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storm_derive" edition = "2021" -version = "0.29.2" +version = "0.30.0" 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 7c873356..e83d8f13 100644 --- a/storm_mssql/Cargo.toml +++ b/storm_mssql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storm_mssql" -version = "0.29.2" +version = "0.30.0" authors = ["Dany Laporte "] edition = "2021" license = "MIT OR Apache-2.0"