Skip to content

Commit

Permalink
0.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas committed Aug 8, 2023
1 parent e3c38f1 commit d78ba05
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 @@ -11,10 +11,10 @@ license = "MIT OR Apache-2.0"
name = "typed_floats"
readme = "./README.md"
repository = "https://github.com/tdelmas/typed_floats"
version = "0.1.32"
version = "0.1.33"
categories = ["mathematics", "data-structures"]

[dependencies]
serde_json = {version = "1.0"}
thiserror = "1.0"
typed_floats_macros = {version = "=0.1.32", path = "../typed_floats_macros"}
typed_floats_macros = {version = "=0.1.33", path = "../typed_floats_macros"}
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.32"
version = "0.1.33"
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.32"
version = "0.1.33"
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 = ["float", "floats", "f32", "f64", "non-zero", "unsigned", "signed", "ord", "eq"]

[dependencies]
typed_floats_macros = { version = "=0.1.32", path = "../typed_floats_macros" }
typed_floats = { version = "=0.1.32", path = "../typed_floats" }
typed_floats_macros = { version = "=0.1.33", path = "../typed_floats_macros" }
typed_floats = { version = "=0.1.33", path = "../typed_floats" }

0 comments on commit d78ba05

Please sign in to comment.