Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Oct 24, 2020
1 parent 5bfaad2 commit 3819881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "instant"
version = "0.1.7"
version = "0.1.8"
authors = ["sebcrozet <[email protected]>"]
description = "A partial replacement for std::time::Instant that works on WASM too."
repository = "https://github.com/sebcrozet/instant"
Expand All @@ -17,7 +17,7 @@ wasm-bindgen = ["js-sys", "wasm-bindgen_rs", "web-sys"]
cfg-if = "1.0"

[target.'cfg(not(any(feature = "stdweb", feature = "wasm-bindgen")))'.dependencies]
time = { version = "0.1", optional = true }
time = { version = "0.2", optional = true }

[target.wasm32-unknown-unknown.dependencies]
js-sys = { version = "0.3", optional = true }
Expand All @@ -38,4 +38,4 @@ wasm-bindgen_rs = { package = "wasm-bindgen", version = "0.2", optional = true }
web-sys = { version = "0.3", optional = true, features = ['Window', 'Performance', 'PerformanceTiming'] }

[dev-dependencies]
wasm-bindgen-test = "0.2"
wasm-bindgen-test = "0.3"

0 comments on commit 3819881

Please sign in to comment.