Skip to content

Commit

Permalink
fix(wasix): Reset chrono to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Oct 28, 2024
1 parent 9b2047a commit ded01a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ getrandom = "0.2"
typetag = { version = "0.1", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
bincode = { version = "1.3" }
chrono = { version = "^0.4.31", default-features = false, features = [
chrono = { version = "^0.4.38", default-features = false, features = [
"wasmbind",
"std",
"clock",
Expand Down

0 comments on commit ded01a6

Please sign in to comment.