Skip to content

Commit 4cfd808

Browse files
committed
minor version update
1 parent b630f5d commit 4cfd808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4"
3+
version = "0.4.5"
44
edition = "2021"
55
authors = ["stencillogic <stencillogic@gmail.com>"]
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.5", default-features = false }
18+
astro-float-num = { version = "0.3.6", default-features = false }
1919
proc-macro2 = { version = "1", default-features = false }

0 commit comments

Comments
 (0)