Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas committed Nov 19, 2023
1 parent cc4a3e2 commit f4aeef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions typed_floats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "typed_floats"
readme = "./README.md"
repository = "https://github.com/tdelmas/typed_floats"
version = "0.7.0"
version = "0.7.1"
rust-version = "1.70"

[features]
Expand All @@ -26,7 +26,7 @@ libm = ["dep:num-traits", "typed_floats_macros/libm"]
[dependencies]

[dependencies.typed_floats_macros]
version = "=0.7.0"
version = "=0.7.1"
path = "../typed_floats_macros"

[dependencies.serde]
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.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Crate only used to generate the `typed_floats` crate."
Expand Down

0 comments on commit f4aeef6

Please sign in to comment.