Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Oct 19, 2024
1 parent b64a63f commit 172ec88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rockfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rockfile"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rockusb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 172ec88

Please sign in to comment.