Skip to content

Commit

Permalink
This is v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldanor committed Oct 21, 2020
1 parent d8f28e5 commit fd22596
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
Expand Up @@ -7,7 +7,7 @@

[package]
name = "fixed-macro"
version = "1.1.0" # !V
version = "1.1.1" # !V
authors = ["Ivan Smirnov <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fixed-macro-impl"
version = "1.1.0" # !V
version = "1.1.1" # !V
authors = ["Ivan Smirnov <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fixed-macro-types"
version = "1.1.0" # !V
version = "1.1.1" # !V
authors = ["Ivan Smirnov <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -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"]

0 comments on commit fd22596

Please sign in to comment.