diff --git a/Cargo.toml b/Cargo.toml index 9424302..ed15cc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ default-members = ["crates/predict-otron-9000"] resolver = "2" [workspace.package] -version = "0.1.4" +version = "0.1.5" # Compiler optimization profiles for the workspace [profile.release] diff --git a/integration/utils/Cargo.toml b/integration/utils/Cargo.toml index dc96482..0aee9af 100644 --- a/integration/utils/Cargo.toml +++ b/integration/utils/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "utils" -version = "0.1.4" edition = "2021" [lib]