We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e73a86 commit 1260da2Copy full SHA for 1260da2
omnibor-cli/Cargo.toml
@@ -38,7 +38,7 @@ dirs = "5.0.1"
38
dyn-clone = "1.0.17"
39
futures-lite = "2.2.0"
40
futures-util = "0.3.31"
41
-omnibor = { version = "0.7.0", path = "../omnibor" }
+omnibor = { version = "0.8.0", path = "../omnibor" }
42
pathbuf = "1.0.0"
43
serde = { version = "1.0.215", features = ["derive"] }
44
serde_json = "1.0.114"
omnibor/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "omnibor"
4
-version = "0.7.0"
+version = "0.8.0"
5
6
description = "Reproducible software identity and fine-grained build dependency tracking."
7
repository = "https://github.com/omnibor/omnibor-rs"
0 commit comments