Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas committed Nov 1, 2023
1 parent 44a6d35 commit 79f9b7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions typed_floats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ 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]
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
Expand Down
2 changes: 1 addition & 1 deletion typed_floats_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
6 changes: 3 additions & 3 deletions typed_floats_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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" }

0 comments on commit 79f9b7e

Please sign in to comment.