From f7ba5dfb38cc6f21a47da9b7923ac032880fea83 Mon Sep 17 00:00:00 2001 From: stencillogic Date: Sat, 9 Mar 2024 16:31:40 +0100 Subject: [PATCH] Update versions --- Cargo.toml | 6 +++--- astro-float-macro/Cargo.toml | 4 ++-- astro-float-num/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64f0842..f42ad62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astro-float" -version = "0.9.2" +version = "0.9.3" edition = "2021" authors = ["stencillogic "] license = "MIT" @@ -11,8 +11,8 @@ readme = "README.md" repository = "https://github.com/stencillogic/astro-float" [dependencies] -astro-float-num = "0.3.3" -astro-float-macro = "0.4.2" +astro-float-num = "0.3.4" +astro-float-macro = "0.4.3" [features] default = ["std", "random", "serde"] diff --git a/astro-float-macro/Cargo.toml b/astro-float-macro/Cargo.toml index 63f57d7..e083281 100644 --- a/astro-float-macro/Cargo.toml +++ b/astro-float-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astro-float-macro" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["stencillogic "] license = "MIT" @@ -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.3", default-features = false } +astro-float-num = { version = "0.3.4", default-features = false } proc-macro2 = { version = "1", default-features = false } \ No newline at end of file diff --git a/astro-float-num/Cargo.toml b/astro-float-num/Cargo.toml index 9679d1e..448665c 100644 --- a/astro-float-num/Cargo.toml +++ b/astro-float-num/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astro-float-num" -version = "0.3.3" +version = "0.3.4" edition = "2021" authors = ["stencillogic "] license = "MIT"