Skip to content

Commit 6f76df1

Browse files
committed
minor version update
1 parent 4cfd808 commit 6f76df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astro-float"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
edition = "2021"
55
authors = ["stencillogic <stencillogic@gmail.com>"]
66
license = "MIT"
@@ -11,8 +11,8 @@ readme = "README.md"
1111
repository = "https://github.com/stencillogic/astro-float"
1212

1313
[dependencies]
14-
astro-float-num = { version = "0.3.5", default-features = false }
15-
astro-float-macro = "0.4.4"
14+
astro-float-num = { version = "0.3.6", default-features = false }
15+
astro-float-macro = "0.4.5"
1616

1717
[features]
1818
default = ["std", "random", "serde"]

0 commit comments

Comments
 (0)