Skip to content

Commit

Permalink
minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
stencillogic committed Mar 21, 2024
1 parent 0af3da0 commit 891843d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astro-float"
version = "0.9.3"
version = "0.9.4"
edition = "2021"
authors = ["stencillogic <stencillogic@gmail.com>"]
license = "MIT"
Expand All @@ -11,8 +11,8 @@ readme = "README.md"
repository = "https://github.com/stencillogic/astro-float"

[dependencies]
astro-float-num = "0.3.4"
astro-float-macro = "0.4.3"
astro-float-num = "0.3.5"
astro-float-macro = "0.4.4"

[features]
default = ["std", "random", "serde"]
Expand Down
4 changes: 2 additions & 2 deletions astro-float-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astro-float-macro"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
authors = ["stencillogic <stencillogic@gmail.com>"]
license = "MIT"
Expand All @@ -15,5 +15,5 @@ proc-macro = true
[dependencies]
quote = { version = "1", default-features = false }
syn = { version = "1", default-features = false, features = ["parsing", "proc-macro", "full", "extra-traits", "printing"] }
astro-float-num = { version = "0.3.4", default-features = false }
astro-float-num = { version = "0.3.5", default-features = false }
proc-macro2 = { version = "1", default-features = false }
2 changes: 1 addition & 1 deletion astro-float-num/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astro-float-num"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
authors = ["stencillogic <stencillogic@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 891843d

Please sign in to comment.