-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Description
Can't import the type due to cascading errors:
-> unresolved import SignedDecimal
-> unresolved import signed_decimal::SignedDecimalRangeExceeded
-> conflicting implementations of trait TryFrom<Decimal256>
for type `SignedDecimal256 (same with TryFrom)
Steps to Reproduce
- Add
cosmwasm-std = "3.0.1"
toCargo.toml
- Run
cargo build
- Observe compilation errors
Environment
cosmwasm-std
version: 3.0.1- Rust version: 1.87
- Platform: macOS
DariuszDepta
Metadata
Metadata
Assignees
Labels
No labels