Skip to content

Commit

Permalink
Update to cfg-if 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck authored and sebcrozet committed Oct 24, 2020
1 parent 96feb8a commit 5bfaad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ now = [ "time" ]
wasm-bindgen = ["js-sys", "wasm-bindgen_rs", "web-sys"]

[dependencies]
cfg-if = "0.1"
cfg-if = "1.0"

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

0 comments on commit 5bfaad2

Please sign in to comment.