Skip to content

Commit 1260da2

Browse files
chore: Release omnibor-v0.8.0
1 parent 9e73a86 commit 1260da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

omnibor-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dirs = "5.0.1"
3838
dyn-clone = "1.0.17"
3939
futures-lite = "2.2.0"
4040
futures-util = "0.3.31"
41-
omnibor = { version = "0.7.0", path = "../omnibor" }
41+
omnibor = { version = "0.8.0", path = "../omnibor" }
4242
pathbuf = "1.0.0"
4343
serde = { version = "1.0.215", features = ["derive"] }
4444
serde_json = "1.0.114"

omnibor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "omnibor"
4-
version = "0.7.0"
4+
version = "0.8.0"
55

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

0 commit comments

Comments
 (0)