From 70fe1d5cb24c68d8ff2a7371601ea4b4bb5ca717 Mon Sep 17 00:00:00 2001 From: Tom <1955774+tdelmas@users.noreply.github.com> Date: Sun, 5 Nov 2023 15:12:09 +0000 Subject: [PATCH] 0.4.0 --- Cargo.lock | 4 ++-- typed_floats/Cargo.toml | 4 ++-- typed_floats_macros/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8b423e..bcdecba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "typed_floats" -version = "0.3.0" +version = "0.4.0" dependencies = [ "checked-float", "ordered-float", @@ -127,7 +127,7 @@ dependencies = [ [[package]] name = "typed_floats_macros" -version = "0.3.0" +version = "0.4.0" dependencies = [ "proc-macro2", "quote", diff --git a/typed_floats/Cargo.toml b/typed_floats/Cargo.toml index 37b0e8d..e760830 100644 --- a/typed_floats/Cargo.toml +++ b/typed_floats/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "typed_floats" readme = "./README.md" repository = "https://github.com/tdelmas/typed_floats" -version = "0.3.0" +version = "0.4.0" rust-version = "1.56" [features] @@ -23,7 +23,7 @@ std = ["typed_floats_macros/std"] [dependencies] [dependencies.typed_floats_macros] -version = "=0.3.0" +version = "=0.4.0" path = "../typed_floats_macros" [dependencies.serde] diff --git a/typed_floats_macros/Cargo.toml b/typed_floats_macros/Cargo.toml index 1e761f6..fef20e7 100644 --- a/typed_floats_macros/Cargo.toml +++ b/typed_floats_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typed_floats_macros" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Crate only used to generate the `typed_floats` crate."