Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
build: Remove default-features=false from cosmwasm-schema dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
code0xff committed Aug 27, 2024
1 parent d444191 commit fb10d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmwasm/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rand_core = { version = "0.6.4", features = ["getrandom"] }

[dev-dependencies]
cosmwasm-core = { version = "2.1.3" }
cosmwasm-schema = { version = "2.1.3", default-features = false }
cosmwasm-schema = { version = "2.1.3" }
# The chrono dependency is only used in an example, which Rust compiles for us. If this causes trouble, remove it.
chrono = { version = "0.4", default-features = false, features = [
"alloc",
Expand Down

0 comments on commit fb10d48

Please sign in to comment.