Skip to content

Commit

Permalink
deps: using 'cw-ownable v2.0.0' and bumped crate version to 'v0.20.0' (
Browse files Browse the repository at this point in the history
…#135)

* deps: switched to release version of cw-ownable

* deps: bumped version to 'v0.20.0'
  • Loading branch information
srdtrk authored Aug 13, 2024
1 parent bf95e77 commit 9d3f98b
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 146 deletions.
100 changes: 52 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-ica-controller"
version = "0.7.0"
version = "0.20.0"
authors = ["srdtrk <[email protected]>"]
edition = "2021"
description = "This is a CosmWasm implementation of an ICS-27 interchain accounts controller."
Expand Down Expand Up @@ -54,7 +54,7 @@ thiserror = "1.0"
cosmos-sdk-proto = { version = "0.23", default-features = false, features = ["cosmwasm", "std"] }
ibc-proto = { version = "0.47", default-features = false, features = ["std", "serde"] }
semver = "1.0"
cw-ownable = { version = "0.6.0", git = "https://github.com/larry0x/cw-plus-plus.git", rev = "718351d4e9d66edbf3b6dbea2d13b56ef732f51c" }
cw-ownable = "2.0"
cw-ica-controller-derive = "0.4.2"
prost = { version = "0.13", optional = true }
anybuf = "0.5"
Expand Down
Loading

0 comments on commit 9d3f98b

Please sign in to comment.