Skip to content

Commit

Permalink
chore: Release parameterized 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Mar 5, 2024
1 parent fa92930 commit 8feb04f
Showing 1 changed file with 2 additions and 2 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 = "parameterized"
version = "1.1.0"
version = "2.0.0"
authors = ["Martijn Gribnau <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -20,7 +20,7 @@ square-brackets-old-error-message = ["parameterized-macro/square-brackets-old-er
members = ["parameterized-macro"]

[dependencies]
parameterized-macro = { path = "parameterized-macro", version = "1" }
parameterized-macro = { path = "parameterized-macro", version = "2" }

[dev-dependencies]
tokio = { version = "1", features = ["full"] }

0 comments on commit 8feb04f

Please sign in to comment.