Skip to content

Commit 891843d

Browse files
committed
minor version update
1 parent 0af3da0 commit 891843d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.3"
3+
version = "0.9.4"
44
edition = "2021"
55
authors = ["stencillogic <[email protected]>"]
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 = "0.3.4"
15-
astro-float-macro = "0.4.3"
14+
astro-float-num = "0.3.5"
15+
astro-float-macro = "0.4.4"
1616

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

astro-float-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astro-float-macro"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
authors = ["stencillogic <[email protected]>"]
66
license = "MIT"
@@ -15,5 +15,5 @@ proc-macro = true
1515
[dependencies]
1616
quote = { version = "1", default-features = false }
1717
syn = { version = "1", default-features = false, features = ["parsing", "proc-macro", "full", "extra-traits", "printing"] }
18-
astro-float-num = { version = "0.3.4", default-features = false }
18+
astro-float-num = { version = "0.3.5", default-features = false }
1919
proc-macro2 = { version = "1", default-features = false }

astro-float-num/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astro-float-num"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55
authors = ["stencillogic <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)