Skip to content

Commit

Permalink
fix(unionlabs): enable cosmwasm-std std in unionlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Dec 17, 2024
1 parent ca5a3a0 commit 987ffb0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions lib/chain-utils/src/cosmos_sdk.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::sync::Arc;

use bip32::secp256k1::ecdsa::signature::SignatureEncoding;
use prost::{Message, Name};
use serde::{Deserialize, Serialize};
use sha2::Digest;
Expand Down
2 changes: 1 addition & 1 deletion lib/unionlabs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bip32 = { workspace = true, features = ["secp256k1"] }
bitvec = { workspace = true }
chrono = { workspace = true, features = ["alloc"] }
clap = { workspace = true, features = ["derive"] }
cosmwasm-std = { workspace = true, optional = true }
cosmwasm-std = { workspace = true, optional = true,features = ["std"] }
derive_more = { workspace = true, features = ["display"] }
either = { workspace = true }
enumorph = { workspace = true }
Expand Down

0 comments on commit 987ffb0

Please sign in to comment.