From fd225968ef07f40da3e7f6b350b164a32596e85b Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Wed, 21 Oct 2020 10:37:49 +0100 Subject: [PATCH] This is v1.1.1 --- Cargo.toml | 6 +++--- impl/Cargo.toml | 2 +- types/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3e3553..a2df83d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "fixed-macro" -version = "1.1.0" # !V +version = "1.1.1" # !V authors = ["Ivan Smirnov "] edition = "2018" license = "MIT OR Apache-2.0" @@ -23,8 +23,8 @@ members = [".", "impl", "types"] [dependencies] fixed = "1" -fixed-macro-impl = { version = "1.1.0", path = "impl" } # !V -fixed-macro-types = { version = "1.1.0", path = "types" } # !V +fixed-macro-impl = { version = "1.1.1", path = "impl" } # !V +fixed-macro-types = { version = "1.1.1", path = "types" } # !V [dev-dependencies] trybuild = "1.0" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 11c78cc..2004816 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fixed-macro-impl" -version = "1.1.0" # !V +version = "1.1.1" # !V authors = ["Ivan Smirnov "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/types/Cargo.toml b/types/Cargo.toml index 61dfa45..823605b 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fixed-macro-types" -version = "1.1.0" # !V +version = "1.1.1" # !V authors = ["Ivan Smirnov "] edition = "2018" license = "MIT OR Apache-2.0" @@ -10,7 +10,7 @@ description = "Macro aliases used in the `fixed-macro` crate." [dependencies] fixed = "1" -fixed-macro-impl = { version = "1.1.0", path = "../impl" } # !V +fixed-macro-impl = { version = "1.1.1", path = "../impl" } # !V [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]