mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Using wasmbind feature in chrono
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -245,10 +245,12 @@ name = "chrono"
|
||||
version = "0.4.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"js-sys 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasm-bindgen 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -44,7 +44,7 @@ regex = "1"
|
||||
rustc_version_runtime = "0.1.*"
|
||||
statrs = "0.12.0"
|
||||
caseless = "0.2.1"
|
||||
chrono = "=0.4.9"
|
||||
chrono = { version = "=0.4.9", features = ["wasmbind"] }
|
||||
unicode-xid = "0.2.0"
|
||||
lazy_static = "^1.0.1"
|
||||
lexical = "4"
|
||||
|
||||
Reference in New Issue
Block a user