Skip to content

Commit 681cb87

Browse files
authored
update zip to 4.2.0 (#31)
The zip crate's versions 2.6.0 and 2.6.1 were yanked from crates.io: zip-rs/zip2#337 This is currently causing rust-analyzer to barf on Omicron while trying to fetch `cargo metadata`: ``` % RUSTC_BOOTSTRAP=1 /opt/rustup/toolchains/1.87.0-x86_64-unknown-linux-gnu/bin/cargo metadata --format-version 1 --manifest-path /home/rain/dev/oxide/omicron/Cargo.toml --filter-platform x86_64-unknown-linux-gnu --lockfile-path /home/rain/dev/oxide/omicron/target/rust-analyzer/metadata/workspace/Cargo.lock -Zunstable-options <-- snip --> error: failed to select a version for the requirement `zip = "^2.6.0"` version 2.6.0 is yanked version 2.6.1 is yanked location searched: crates.io index required by package `tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)` ... which satisfies git dependency `tufaceous-lib` of package `omicron-nexus v0.1.0 (/home/rain/dev/oxide/omicron/nexus)` ... which satisfies path dependency `omicron-nexus` of package `omicron-omdb v0.1.0 (/home/rain/dev/oxide/omicron/dev-tools/omdb)` ```
1 parent 04681f2 commit 681cb87

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ tufaceous-artifact = { path = "artifact", default-features = false }
6767
tufaceous-brand-metadata = { path = "brand-metadata" }
6868
tufaceous-lib = { path = "lib" }
6969
url = "2.5.3"
70-
zip = { version = "2.6.0", default-features = false }
70+
zip = { version = "4.2.0", default-features = false }
7171

7272
[workspace.lints.clippy]

0 commit comments

Comments
 (0)