diff --git a/typed_floats/Cargo.toml b/typed_floats/Cargo.toml index d35cca9..62535cd 100644 --- a/typed_floats/Cargo.toml +++ b/typed_floats/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "typed_floats" readme = "./README.md" repository = "https://github.com/tdelmas/typed_floats" -version = "0.1.37" +version = "0.2.1" rust-version = "1.31" [features] @@ -20,7 +20,7 @@ default = [] [dependencies] thiserror = "1.0" -typed_floats_macros = {version = "=0.1.37", path = "../typed_floats_macros"} +typed_floats_macros = {version = "=0.2.1", path = "../typed_floats_macros"} [dev-dependencies] # For examples diff --git a/typed_floats_macros/Cargo.toml b/typed_floats_macros/Cargo.toml index c5ea644..627562e 100644 --- a/typed_floats_macros/Cargo.toml +++ b/typed_floats_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typed_floats_macros" -version = "0.1.37" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Crate only used to generate the `typed_floats` crate." diff --git a/typed_floats_tests/Cargo.toml b/typed_floats_tests/Cargo.toml index 1e25dde..79f6395 100644 --- a/typed_floats_tests/Cargo.toml +++ b/typed_floats_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typed_floats_tests" -version = "0.1.37" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Types for handling floats with type checking at compile time." @@ -9,6 +9,6 @@ readme = "./README.md" keywords = [] [dependencies] -typed_floats_macros = { version = "=0.1.37", path = "../typed_floats_macros" } -typed_floats = { version = "=0.1.37", path = "../typed_floats" } +typed_floats_macros = { version = "=0.2.1", path = "../typed_floats_macros" } +typed_floats = { version = "=0.2.1", path = "../typed_floats" }