diff --git a/rockfile/Cargo.toml b/rockfile/Cargo.toml index a2266e0..3ebcf35 100644 --- a/rockfile/Cargo.toml +++ b/rockfile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rockfile" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Sjoerd Simons "] license = "MIT OR Apache-2.0" diff --git a/rockusb/Cargo.toml b/rockusb/Cargo.toml index 629bb66..a6c877e 100644 --- a/rockusb/Cargo.toml +++ b/rockusb/Cargo.toml @@ -31,7 +31,7 @@ clap = { version = "4.2", features = ["derive"] } clap-num = "1.0" flate2 = "1.0.25" nbd = "0.3" -rockfile = { path = "../rockfile", version = "0.1.1" } +rockfile = { path = "../rockfile", version = "0.1.2" } rusb = "0.9.1" tokio = { version = "1.40.0", features = ["full"] } futures = { version = "0.3.31", features = ["compat", "io-compat"]}