We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfd808 commit 6f76df1Copy full SHA for 6f76df1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "astro-float"
3
-version = "0.9.4"
+version = "0.9.5"
4
edition = "2021"
5
authors = ["stencillogic <stencillogic@gmail.com>"]
6
license = "MIT"
@@ -11,8 +11,8 @@ readme = "README.md"
11
repository = "https://github.com/stencillogic/astro-float"
12
13
[dependencies]
14
-astro-float-num = { version = "0.3.5", default-features = false }
15
-astro-float-macro = "0.4.4"
+astro-float-num = { version = "0.3.6", default-features = false }
+astro-float-macro = "0.4.5"
16
17
[features]
18
default = ["std", "random", "serde"]
0 commit comments