Skip to content

Commit

Permalink
🔖 update meta to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dekirisu committed Sep 14, 2022
1 parent f96538c commit 2f3f2ab
Show file tree
Hide file tree
Showing 2 changed files with 4 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.1"
version = "0.1.2"
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.1", optional=true}
strung_derive = {version="0.1.2", optional=true}

[patch.crates-io]
strung_derive = {path="./derive"}
Expand Down
3 changes: 2 additions & 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.1"
version = "0.1.2"
edition = "2021"

authors = ["Dekirisu <dekirisu@gmail.com>"]
Expand All @@ -9,6 +9,7 @@ description = "proc-macro for strung!"
repository = "https://github.com/dekirisu/strung/"
keywords = ["string","struct","format","fmt","replace"]
categories = ["value-formatting","rust-patterns"]
documentation = "https://docs.rs/strung"

[lib]
proc-macro = true
Expand Down

0 comments on commit 2f3f2ab

Please sign in to comment.