Skip to content

Commit

Permalink
bump version 0.11.0 -> 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Nov 7, 2020
1 parent 0f4f075 commit 1874f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modular-bitfield"
version = "0.11.0"
version = "0.11.1"
edition = "2018"
authors = ["Robin Freyler <robinfreyler@web.de>"]
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ name = "playground"
path = "playground.rs"

[dependencies]
modular-bitfield-impl = { path = "impl", version = "0.11" }
modular-bitfield-impl = { path = "impl", version = "0.11.1" }
static_assertions = "1.1"

[profile.bench]
Expand Down
4 changes: 2 additions & 2 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modular-bitfield-impl"
version = "0.11.0"
version = "0.11.1"
edition = "2018"
authors = ["Robin Freyler <robinfreyler@web.de>"]
license = "MIT/Apache-2.0"
Expand All @@ -21,4 +21,4 @@ syn = { version = "1", features = ["full"] }
proc-macro2 = "1"

[dev-dependencies]
modular-bitfield = { path = "..", version = "0.11" }
modular-bitfield = { path = "..", version = "0.11.1" }

0 comments on commit 1874f21

Please sign in to comment.