Skip to content

Commit 15e65a7

Browse files
authored
backport update to cfg-if v1.0 to the v0.1 branch (#173)
1 parent b33dcdd commit 15e65a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ appveyor = { repository = "rust-random/getrandom" }
1616

1717
[dependencies]
1818
log = { version = "0.4", optional = true }
19-
cfg-if = "0.1.2"
19+
cfg-if = "1"
2020

2121
# When built as part of libstd
2222
compiler_builtins = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)