diff --git a/Cargo.toml b/Cargo.toml index e93cc307..f0a66805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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