diff --git a/Cargo.lock b/Cargo.lock index 594bacd58..6e23af611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2442,7 +2442,7 @@ dependencies = [ [[package]] name = "motsu-proc" -version = "0.1.0" +version = "0.2.0" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index a866cd203..40e3291f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/lib/motsu-proc/Cargo.toml b/lib/motsu-proc/Cargo.toml index 99cbdb6d3..58375a3ea 100644 --- a/lib/motsu-proc/Cargo.toml +++ b/lib/motsu-proc/Cargo.toml @@ -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