Skip to content

Commit

Permalink
chore: Release gitoid-v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alilleybrinker committed Sep 26, 2024
1 parent 9391274 commit 56e1db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitoid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["gitbom", "omnibor", "sbom", "gitoid"]
name = "gitoid"
readme = "README.md"
repository = "https://github.com/omnibor/omnibor-rs"
version = "0.7.1"
version = "0.8.0"
homepage.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion omnibor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ crate-type = [

[dependencies]

gitoid = { version = "0.7.0", path = "../gitoid", default-features = false, features = [
gitoid = { version = "0.8.0", path = "../gitoid", default-features = false, features = [
"async",
"hex",
"rustcrypto",
Expand Down

0 comments on commit 56e1db8

Please sign in to comment.