Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas committed Nov 4, 2023
1 parent 0c91679 commit 143763e
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.2.4"
version = "0.3.0"
rust-version = "1.56"

[features]
Expand All @@ -24,7 +24,7 @@ default = []

[dependencies]
thiserror = "1.0"
typed_floats_macros = {version = "=0.2.4", path = "../typed_floats_macros"}
typed_floats_macros = {version = "=0.3.0", 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.2.4"
version = "0.3.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 143763e

Please sign in to comment.