Skip to content

Commit 127a0fc

Browse files
hsivonengnzlbg
authored andcommitted
Update the cfg_if version requirement to 0.1.6
Old versions of cfg_if are edition 2018-incompatible. According to https://bugzilla.mozilla.org/show_bug.cgi?id=1526924#c13 , 0.1.5 is required. The commit history of cfg_if suggests that 0.1.6 contains another edition 2018 compatibility change, so updating to 0.1.6.
1 parent acd3aef commit 127a0fc

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
@@ -21,7 +21,7 @@ is-it-maintained-open-issues = { repository = "rust-lang-nursery/packed_simd" }
2121
maintenance = { status = "experimental" }
2222

2323
[dependencies]
24-
cfg-if = "^0.1"
24+
cfg-if = "^0.1.6"
2525
core_arch = { version = "^0.1.3", optional = true }
2626

2727
[features]

0 commit comments

Comments
 (0)