diff options
| author | Collin Baker <collinbaker@chromium.org> | 2022-11-21 16:43:34 -0500 |
|---|---|---|
| committer | Collin Baker <collinbaker@chromium.org> | 2022-11-21 16:43:34 -0500 |
| commit | 426296ecc3a4faa80f07fd34ea1a836feb804a04 (patch) | |
| tree | b8ca3c10a2f29704488425ee6fe83ff3a984ba46 /library/test | |
| parent | 1cbc45942d5c0f6eb5d94e3b10762ba541958035 (diff) | |
| download | rust-426296ecc3a4faa80f07fd34ea1a836feb804a04.tar.gz rust-426296ecc3a4faa80f07fd34ea1a836feb804a04.zip | |
Update test's cfg-if dependency to 1.0
This change was mistakenly left out of #103367
Diffstat (limited to 'library/test')
| -rw-r--r-- | library/test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml index 2da41484ca5..61b6f33bce0 100644 --- a/library/test/Cargo.toml +++ b/library/test/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["dylib", "rlib"] [dependencies] -cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] } +cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] } std = { path = "../std" } core = { path = "../core" } |
