Skip to content

Commit 851501c

Browse files
committed
Remove time dependency
1 parent f95de10 commit 851501c

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Cargo.lock

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ cosmwasm-crypto = { path = "../crypto", version = "1.0.0-beta4" }
4747
[dev-dependencies]
4848
cosmwasm-schema = { path = "../schema" }
4949
# The chrono dependency is only used in an example, which Rust compiles for us. If this causes trouble, remove it.
50-
chrono = "0.4"
50+
chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] }
5151
hex = "0.4"
5252
hex-literal = "0.3.1"

0 commit comments

Comments
 (0)