Skip to content

Commit

Permalink
🔖 update meta to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dekirisu committed Sep 12, 2022
1 parent 72d90e3 commit 9971b7c
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 = "strung"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

authors = ["Dekirisu <dekirisu@gmail.com>"]
Expand All @@ -12,7 +12,7 @@ categories = ["value-formatting","rust-patterns"]
documentation = "https://docs.rs/strung"

[dependencies]
strung_derive = {version="0.1.0", optional=true}
strung_derive = {version="0.1.1", optional=true}

[patch.crates-io]
strung_derive = {path="./derive"}
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strung_derive"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

authors = ["Dekirisu <dekirisu@gmail.com>"]
Expand Down

0 comments on commit 9971b7c

Please sign in to comment.