Skip to content

Commit e940753

Browse files
authored
Merge pull request #2490 from CosmWasm/time-0.3.35
Bump min time version to 0.3.35
2 parents 9c15a26 + d34bc6f commit e940753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ wasm-encoder = "0.205.0"
9191
clap = "4"
9292
leb128 = "0.2"
9393
target-lexicon = "0.12"
94-
time = { version = "0.3.28", features = ["formatting"] }
94+
time = { version = "0.3.35", features = ["formatting"] }
9595

9696
[[bench]]
9797
name = "main"

0 commit comments

Comments
 (0)