Bump Instant version to 0.1.10 to avoid erros when compiling with emscripten.
This commit is contained in:
parent
6955c77b76
commit
39f4baf769
@ -98,10 +98,10 @@ features = ["maths"]
|
|||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[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]
|
[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]
|
[package.metadata.docs.rs]
|
||||||
features = ["metadata", "serde", "internals", "decimal"] # compiling for no-std
|
features = ["metadata", "serde", "internals", "decimal"] # compiling for no-std
|
||||||
|
Loading…
Reference in New Issue
Block a user