Skip to content

Commit 63b07a8

Browse files
committed
Enable js feature of Jiff
1 parent be17794 commit 63b07a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

+2
Original file line numberDiff line numberDiff line change
@@ -3742,10 +3742,12 @@ checksum = "5c163c633eb184a4ad2a5e7a5dacf12a58c830d717a7963563d4eceb4ced079f"
37423742
dependencies = [
37433743
"jiff-static",
37443744
"jiff-tzdb-platform",
3745+
"js-sys",
37453746
"log",
37463747
"portable-atomic",
37473748
"portable-atomic-util",
37483749
"serde",
3750+
"wasm-bindgen",
37493751
"windows-sys 0.59.0",
37503752
]
37513753

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ indicatif = "0.17.7" # Progress bar
212212
infer = "0.16" # infer MIME type by checking the magic number signaturefer MIME type by checking the magic number signature
213213
insta = "1.23"
214214
itertools = "0.13"
215-
jiff = "0.2.3"
215+
jiff = { version = "0.2.3", features = ["js"] }
216216
js-sys = "0.3"
217217
jsonwebtoken = { version = "9", default-features = false }
218218
libc = "0.2"

0 commit comments

Comments
 (0)