Skip to content

Commit 56e1db8

Browse files
chore: Release gitoid-v0.8.0
1 parent 9391274 commit 56e1db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitoid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["gitbom", "omnibor", "sbom", "gitoid"]
55
name = "gitoid"
66
readme = "README.md"
77
repository = "https://github.com/omnibor/omnibor-rs"
8-
version = "0.7.1"
8+
version = "0.8.0"
99
homepage.workspace = true
1010
license.workspace = true
1111
edition.workspace = true

omnibor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ crate-type = [
3232

3333
[dependencies]
3434

35-
gitoid = { version = "0.7.0", path = "../gitoid", default-features = false, features = [
35+
gitoid = { version = "0.8.0", path = "../gitoid", default-features = false, features = [
3636
"async",
3737
"hex",
3838
"rustcrypto",

0 commit comments

Comments
 (0)