Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas committed Nov 5, 2023
1 parent 10b978d commit 70fe1d5
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 @@ -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.3.0"
version = "0.4.0"
rust-version = "1.56"

[features]
Expand All @@ -23,7 +23,7 @@ std = ["typed_floats_macros/std"]
[dependencies]

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

0 comments on commit 70fe1d5

Please sign in to comment.