Skip to content

Commit

Permalink
Merge pull request #105 from neutron-org/chore/bump-sdk-version
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
pr0n00gler authored Aug 1, 2023
2 parents 4528662 + 0fe2e84 commit 3c95b6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/ibc_transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ schemars = "0.8.10"
serde = { version = "1.0.149", default-features = false, features = ["derive"] }
serde-json-wasm = { version = "0.5.1" }
cw-storage-plus = { version = "1.1.0", features = ["iterator"]}
neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.0"}
neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.1"}
protobuf = { version = "3.2.0", features = ["with-bytes"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion contracts/neutron_interchain_queries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cosmwasm-std = { version = "1.3.0", features = ["staking"] }
cw2 = "1.1.0"
schemars = "0.8.10"
serde = { version = "1.0.149", default-features = false, features = ["derive"] }
neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.0"}
neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.1"}
base64 = "0.21.2"
cosmos-sdk-proto = { version = "0.16.0", default-features = false }
cw-storage-plus = { version = "1.1.0", features = ["iterator"]}
Expand Down
2 changes: 1 addition & 1 deletion contracts/neutron_interchain_txs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde = { version = "1.0.149", default-features = false, features = ["derive"] }
serde-json-wasm = { version = "0.5.1" }
cw-storage-plus = { version = "1.1.0", features = ["iterator"]}
cosmos-sdk-proto = { version = "0.16.0", default-features = false }
neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.0"}
neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.1"}
base64 = "0.21.2"
protobuf = { version = "3.2.0", features = ["with-bytes"] }
prost = "0.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/neutron-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "neutron-sdk"
description = "Neutron CosmWasm SDK for interacting with Neutron blockchain"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/neutron-org/neutron-sdk"
Expand Down Expand Up @@ -39,4 +39,4 @@ cosmwasm-schema = "1.3.0"
[dev-dependencies]
cosmwasm-schema = { version = "1.3.0", default-features = false }
prost-types = "0.11.1"
hex = "0.4.3"
hex = "0.4.3"

0 comments on commit 3c95b6c

Please sign in to comment.