Skip to content

Commit

Permalink
Upgrade aquamarine to v0.5.0, v0.4.0 has yanked (#2921) (#3006)
Browse files Browse the repository at this point in the history
cherry-pick #2921 to branch `release-polkadot-v1.6.0`

Co-authored-by: Jun Jiang <[email protected]>
  • Loading branch information
koushiro and jasl authored Jan 23, 2024
1 parent afadb83 commit 925af80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion substrate/frame/bags-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ frame-election-provider-support = { path = "../election-provider-support", defau
# third party
log = { version = "0.4.17", default-features = false }
docify = "0.2.6"
aquamarine = { version = "0.4.0" }
aquamarine = { version = "0.5.0" }

# Optional imports for benchmarking
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_json = { version = "1.0.111", default-features = false, features = ["alloc
docify = "0.2.6"
static_assertions = "1.1.0"

aquamarine = { version = "0.4.0" }
aquamarine = { version = "0.5.0" }

[dev-dependencies]
assert_matches = "1.3.0"
Expand Down

0 comments on commit 925af80

Please sign in to comment.