Skip to content

Commit 4155f24

Browse files
committed
Keep the macro version
1 parent 2f69282 commit 4155f24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ cw-orch-daemon = { path = "./cw-orch-daemon", version = "0.19.0" }
2828
cw-orch-core = { path = "packages/cw-orch-core", version = "0.19.0" }
2929
cw-orch-traits = { path = "packages/cw-orch-traits", version = "0.19.0" }
3030
cw-orch-mock = { path = "packages/cw-orch-mock", version = "0.19.0" }
31-
cw-orch-contract-derive = { path = "packages/cw-orch-contract-derive", version = "0.19.0" }
32-
cw-orch-fns-derive = { path = "packages/cw-orch-fns-derive", version = "0.19.0" }
31+
cw-orch-contract-derive = { path = "packages/cw-orch-contract-derive", version = "0.18.0" }
32+
cw-orch-fns-derive = { path = "packages/cw-orch-fns-derive", version = "0.18.0" }
3333
cw-orch-networks = { path = "packages/cw-orch-networks", version = "0.19.0" }
3434
thiserror = { version = "1.0.21" }
3535
sha256 = { version = "1" }

packages/cw-orch-contract-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-orch-contract-derive"
3-
version = "0.19.0"
3+
version = "0.18.0"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

packages/cw-orch-fns-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-orch-fns-derive"
3-
version = "0.19.0"
3+
version = "0.18.0"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)