Skip to content

Commit 6b4925a

Browse files
authored
Merge pull request #112 from dekellum/min-cfg-if
cfg-if 0.1.2 is minimal version of dependency
2 parents 7f013b1 + 2052159 commit 6b4925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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"
19+
cfg-if = "0.1.2"
2020

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

0 commit comments

Comments
 (0)