diff --git a/packages/injective-std/Cargo.toml b/packages/injective-std/Cargo.toml index 7535a9d1..fce7f26f 100644 --- a/packages/injective-std/Cargo.toml +++ b/packages/injective-std/Cargo.toml @@ -10,7 +10,7 @@ version = "1.12.10-testnet" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = { version = "0.4.24" } +chrono = { version = "0.4.24", default-features = false } cosmwasm-std = { version = "1.5.0", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "iterator", "stargate" ] } osmosis-std-derive = { version = "0.20.1" } prost = { version = "0.12.3" }