Skip to content

Commit

Permalink
Bump postcard-derive version (#74)
Browse files Browse the repository at this point in the history
Issue #73 isn't fixed for crates.io downloads without this.
  • Loading branch information
benbrittain authored Sep 30, 2022
1 parent 3e15a40 commit 7bacc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ optional = true

[dependencies.postcard-derive]
path = "./postcard-derive"
version = "0.1"
version = "0.1.1"
optional = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion postcard-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postcard-derive"
version = "0.1.0"
version = "0.1.1"
authors = [
"Lachlan Sneff <lachlan.sneff@gmail.com>",
"James Munns <james@onevariable.com>",
Expand Down

0 comments on commit 7bacc8b

Please sign in to comment.