Skip to content

Commit

Permalink
Cargo.toml: depend on qcow2-rs 0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Sep 23, 2024
1 parent 5f70825 commit ec3cb99
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.2"
qcow2-rs = "0.1"
libublk = "0.3"
clap = { version = "4.3", features = ["derive"] }
clap_derive = "4.3"
Expand Down

0 comments on commit ec3cb99

Please sign in to comment.