From be35753695d8f12f54a9687ba0829ae926019b18 Mon Sep 17 00:00:00 2001 From: Daniel Bigos Date: Thu, 7 Nov 2024 14:49:54 +0100 Subject: [PATCH] build: motsu-proc v0.2.0 (#396) --- Cargo.lock | 2 +- Cargo.toml | 2 +- lib/motsu-proc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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