Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Delmas <[email protected]>
  • Loading branch information
tdelmas committed Jul 7, 2023
1 parent 2ee254c commit e878a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions typed_floats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typed_floats"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Types for handling floats with type checking at compile time."
Expand All @@ -16,5 +16,5 @@ incremental = false
[dependencies]
serde_json = { version = "1.0"}
thiserror = "1.0"
typed_floats_macros = { version = "0.1.6" }
typed_floats_macros = { version = "0.1.7" }

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.6"
version = "0.1.7"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Crate only used to generate the `typed_floats` crate."
Expand Down

0 comments on commit e878a9e

Please sign in to comment.