Skip to content

Commit

Permalink
chore: Release gitoid-v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alilleybrinker committed Jan 29, 2025
1 parent f51679c commit c394ab3
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.8.0"
version = "0.9.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.8.0", path = "../gitoid", default-features = false, features = [
gitoid = { version = "0.9.0", path = "../gitoid", default-features = false, features = [
"async",
"backend-rustcrypto",
"hash-sha256",
Expand Down

0 comments on commit c394ab3

Please sign in to comment.