Skip to content

Commit

Permalink
Depend on tinystr-macros 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Aug 21, 2020
1 parent a9acf3f commit 25fbf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["string", "str", "small", "tiny", "no_std"]
categories = ["data-structures"]

[dependencies]
tinystr-macros = { path = "./macros", optional = true }
tinystr-macros = { version = "0.1", path = "./macros", optional = true }

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit 25fbf6c

Please sign in to comment.