Skip to content

Commit

Permalink
bump version 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 25, 2020
1 parent f409ff4 commit 1985de8
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.7.0"
version = "0.8.0"
edition = "2018"
authors = ["Robin Freyler <[email protected]>"]
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -43,4 +43,4 @@ harness = false
# path = "main.rs"

[dependencies]
modular-bitfield-impl = { path = "impl", version = "0.7" }
modular-bitfield-impl = { path = "impl", version = "0.8" }
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.7.0"
version = "0.8.0"
edition = "2018"
authors = ["Robin Freyler <[email protected]>"]
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.7" }
modular-bitfield = { path = "..", version = "0.8" }

0 comments on commit 1985de8

Please sign in to comment.