Skip to content

Commit

Permalink
cargo autoinherit for bs58 and vergen in cosmwasm-smart-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Sep 2, 2024
1 parent de2a516 commit 57fc4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ thiserror = { workspace = true }
serde_json = { workspace = true }

[build-dependencies]
vergen = { version = "=8.3.1", features = ["build", "git", "gitcl", "rustc", "cargo"] }
vergen = { workspace = true, features = ["build", "git", "gitcl", "rustc", "cargo"] }
2 changes: 1 addition & 1 deletion common/cosmwasm-smart-contracts/mixnet-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
bs58 = "0.5.1"
bs58 = { workspace = true }
cosmwasm-std = { workspace = true }
cosmwasm-schema = { workspace = true }
cw2 = { workspace = true, optional = true }
Expand Down

0 comments on commit 57fc4c6

Please sign in to comment.