Skip to content

Commit

Permalink
build: motsu-proc v0.2.0 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys authored Nov 7, 2024
1 parent f8aec5a commit be35753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ openzeppelin-stylus = { path = "contracts" }
openzeppelin-stylus-proc = { path = "contracts-proc", version = "0.1.0" }
openzeppelin-crypto = { path = "lib/crypto" }
motsu = { path = "lib/motsu" }
motsu-proc = { path = "lib/motsu-proc", version = "0.1.0" }
motsu-proc = { path = "lib/motsu-proc", version = ">=0.1, <0.3" }
e2e = { path = "lib/e2e" }
e2e-proc = { path = "lib/e2e-proc" }

Expand Down
2 changes: 1 addition & 1 deletion lib/motsu-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
keywords = ["arbitrum", "ethereum", "stylus", "unit-tests", "tests"]
license.workspace = true
repository.workspace = true
version = "0.1.0"
version = "0.2.0"

[dependencies]
proc-macro2.workspace = true
Expand Down

0 comments on commit be35753

Please sign in to comment.