Skip to content

Commit 4751d81

Browse files
author
Axelar DevOps
committed
chore: release router 0.3.0 [skip ci]
1 parent 9037383 commit 4751d81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
rust-version = "1.75.0" # be sure there is an optimizer release supporting this version before updating. See https://github.com/CosmWasm/optimizer
77

88
[workspace.dependencies]
9-
router = { version = "^0.2.0", path = "contracts/router" }
9+
router = { version = "^0.3.0", path = "contracts/router" }
1010
cosmwasm-std = "1.3.4"
1111
cosmwasm-schema = "1.3.4"
1212
cw-storage-plus = "1.1.0"

contracts/router/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "router"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
rust-version = { workspace = true }
55
edition = "2021"
66
description = "Router contract"

0 commit comments

Comments
 (0)