Skip to content

Commit

Permalink
chore: Release omnibor-v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alilleybrinker committed Sep 26, 2024
1 parent a527ac2 commit 6ac0480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnibor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ path = "src/main.rs"

[dependencies]

omnibor = { version = "0.5.1", path = "../omnibor" }
omnibor = { version = "0.6.0", path = "../omnibor" }
anyhow = "1.0.80"
async-walkdir = "1.0.0"
futures-lite = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion omnibor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "omnibor"
version = "0.5.1"
version = "0.6.0"

description = "Reproducible software identity and fine-grained build dependency tracking."
repository = "https://github.com/omnibor/omnibor-rs"
Expand Down

0 comments on commit 6ac0480

Please sign in to comment.