Skip to content

Commit

Permalink
Bump version 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed May 24, 2019
1 parent b20828d commit e30f6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0"
version = "0.4.0"
edition = "2018"
authors = ["Robin Freyler <robinfreyler@web.de>"]
license = "MIT/Apache-2.0"
Expand All @@ -22,7 +22,7 @@ path = "tests/progress.rs"
trybuild = "1.0"

[dependencies]
modular-bitfield-impl = { version = "0.3.0", path = "impl" }
modular-bitfield-impl = { version = "0.4.0", path = "impl" }

[badges]
travis-ci = { repository = "robbepop/modular-bitfield" }
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 = "modular-bitfield-impl"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
authors = ["Robin Freyler <robinfreyler@web.de>"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit e30f6e0

Please sign in to comment.