Skip to content

Commit

Permalink
bump version 0.9.0 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 29, 2020
1 parent 7fb7c52 commit 6f579bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "modular-bitfield"
version = "0.9.0"
version = "0.10.0"
edition = "2018"
authors = ["Robin Freyler <robinfreyler@web.de>"]
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ harness = false
# path = "main.rs"

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

[profile.bench]
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
@@ -1,4 +1,4 @@
# 0.10.0 (WIP)
# 0.10.0 (2020-10-29)

- (Thanks @jam1garner): The `#[bitfield]` macro now looks for `#[derive(Debug)]` annotations and if found will implement
one that formats the struct with its fields as a user would expect them. Previously having a `#[derive(Debug)]`
Expand Down
4 changes: 2 additions & 2 deletions impl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "modular-bitfield-impl"
version = "0.9.0"
version = "0.10.0"
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.9" }
modular-bitfield = { path = "..", version = "0.10" }

0 comments on commit 6f579bf

Please sign in to comment.