Bump Instant version to 0.1.10 to avoid erros when compiling with emscripten.

This commit is contained in:
Stephen Chung 2021-07-30 17:36:32 +08:00
parent 6955c77b76
commit 39f4baf769

View File

@ -98,10 +98,10 @@ features = ["maths"]
optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = { version = "0.1" } # WASM implementation of std::time::Instant
instant = { version = "0.1.10" } # WASM implementation of std::time::Instant
[target.'cfg(target_arch = "wasm64")'.dependencies]
instant = { version = "0.1" } # WASM implementation of std::time::Instant
instant = { version = "0.1.10" } # WASM implementation of std::time::Instant
[package.metadata.docs.rs]
features = ["metadata", "serde", "internals", "decimal"] # compiling for no-std