Skip to content

Commit a3f2405

Browse files
abrowncfallin
authored andcommitted
Update cfg-if dependency
1 parent 4d037a2 commit a3f2405

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cranelift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "clif-util"
1414
path = "src/clif-util.rs"
1515

1616
[dependencies]
17-
cfg-if = "0.1"
17+
cfg-if = "1.0"
1818
cranelift-codegen = { path = "codegen", version = "0.67.0" }
1919
cranelift-entity = { path = "entity", version = "0.67.0" }
2020
cranelift-interpreter = { path = "interpreter", version = "0.67.0" }

crates/environ/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ thiserror = "1.0.4"
2222
serde = { version = "1.0.94", features = ["derive"] }
2323
log = { version = "0.4.8", default-features = false }
2424
more-asserts = "0.2.1"
25-
cfg-if = "0.1.9"
25+
cfg-if = "1.0"
2626
gimli = "0.22"
2727

2828
[badges]

crates/jit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ target-lexicon = { version = "0.11.0", default-features = false }
3131
wasmparser = "0.63.0"
3232
more-asserts = "0.2.1"
3333
anyhow = "1.0"
34-
cfg-if = "0.1.9"
34+
cfg-if = "1.0"
3535
log = "0.4"
3636
gimli = { version = "0.22.0", default-features = false, features = ["write"] }
3737
object = { version = "0.21.1", default-features = false, features = ["write"] }

crates/profiling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2018"
1212

1313
[dependencies]
1414
anyhow = "1.0"
15-
cfg-if = "0.1"
15+
cfg-if = "1.0"
1616
gimli = { version = "0.22.0", optional = true }
1717
lazy_static = "1.4"
1818
libc = { version = "0.2.60", default-features = false }

crates/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ memoffset = "0.5.3"
2020
indexmap = "1.0.2"
2121
thiserror = "1.0.4"
2222
more-asserts = "0.2.1"
23-
cfg-if = "0.1.9"
23+
cfg-if = "1.0"
2424
backtrace = "0.3.49"
2525
lazy_static = "1.3.0"
2626

crates/test-programs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
publish = false
88

99
[build-dependencies]
10-
cfg-if = "0.1.9"
10+
cfg-if = "1.0"
1111

1212
[dev-dependencies]
1313
wasi-common = { path = "../wasi-common", version = "0.20.0" }

crates/wasi-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ anyhow = "1.0"
2121
thiserror = "1.0"
2222
libc = "0.2"
2323
getrandom = { version = "0.1.14", features = ["std"] }
24-
cfg-if = "0.1.9"
24+
cfg-if = "1.0"
2525
filetime = "0.2.7"
2626
lazy_static = "1.4.0"
2727
wig = { path = "wig", version = "0.20.0" }

crates/wasi-common/yanix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2018"
1212
tracing = "0.1.15"
1313
libc = { version = "0.2", features = ["extra_traits"] }
1414
bitflags = "1.2"
15-
cfg-if = "0.1.9"
15+
cfg-if = "1.0"
1616
filetime = "0.2.7"
1717

1818
[badges]

crates/wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ wasmparser = "0.63.0"
2020
anyhow = "1.0.19"
2121
region = "2.2.0"
2222
libc = "0.2"
23-
cfg-if = "0.1.9"
23+
cfg-if = "1.0"
2424
backtrace = "0.3.42"
2525
rustc-demangle = "0.1.16"
2626
lazy_static = "1.4"

0 commit comments

Comments
 (0)