Skip to content

Commit

Permalink
Update ibc-derive deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 26, 2024
1 parent 1f05a26 commit 459d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ibc-apps = { version = "0.51.0", path = "./ibc-apps", default
ibc-primitives = { version = "0.51.0", path = "./ibc-primitives", default-features = false }
ibc-testkit = { version = "0.51.0", path = "./ibc-testkit", default-features = false }

ibc-derive = { version = "0.6.1", path = "./ibc-derive" }
ibc-derive = { version = "0.7.0", path = "./ibc-derive" }

ibc-core-client = { version = "0.51.0", path = "./ibc-core/ics02-client", default-features = false }
ibc-core-connection = { version = "0.51.0", path = "./ibc-core/ics03-connection", default-features = false }
Expand Down

0 comments on commit 459d30e

Please sign in to comment.