Skip to content

Commit

Permalink
rublk: depend on qcow2-rs v0.1.1
Browse files Browse the repository at this point in the history
qcow2-rs V0.1.0 has build issue, and has been yanked.

Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Jan 18, 2024
1 parent afc0754 commit 753a32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
qcow2-rs = "0.1"
qcow2-rs = "0.1.1"
libublk = "0.2.2"
clap = { version = "4.3", features = ["derive"] }
clap_derive = "4.3"
Expand Down

0 comments on commit 753a32c

Please sign in to comment.