Skip to content

Commit b099956

Browse files
committed
set chrono features to be wasm compatible
1 parent 799ab84 commit b099956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hex = "0.4.3"
2828
serde = "1.0.217"
2929
postcard = { version = "1.1.1", features = ["experimental-derive", "use-std"] }
3030
data-encoding = "2.8.0"
31-
chrono = "0.4.39"
31+
chrono = {version = "0.4.39", default-features = false, features = ["js-sys", "wasmbind", "std"] }
3232
ref-cast = "1.0.24"
3333
arrayvec = "0.7.6"
3434
iroh = { version = "0.95", default-features = false }

0 commit comments

Comments
 (0)