Skip to content

Commit 172ec88

Browse files
committed
chore: Release
1 parent b64a63f commit 172ec88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rockfile/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rockfile"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Sjoerd Simons <[email protected]>"]
66
license = "MIT OR Apache-2.0"

rockusb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ clap = { version = "4.2", features = ["derive"] }
3131
clap-num = "1.0"
3232
flate2 = "1.0.25"
3333
nbd = "0.3"
34-
rockfile = { path = "../rockfile", version = "0.1.1" }
34+
rockfile = { path = "../rockfile", version = "0.1.2" }
3535
rusb = "0.9.1"
3636
tokio = { version = "1.40.0", features = ["full"] }
3737
futures = { version = "0.3.31", features = ["compat", "io-compat"]}

0 commit comments

Comments
 (0)