From 56e1db8f41960209e55219fe6b796db39e435672 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Thu, 26 Sep 2024 09:32:32 -0700 Subject: [PATCH] chore: Release gitoid-v0.8.0 --- gitoid/Cargo.toml | 2 +- omnibor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitoid/Cargo.toml b/gitoid/Cargo.toml index 0fb4e2f..da7e350 100644 --- a/gitoid/Cargo.toml +++ b/gitoid/Cargo.toml @@ -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 diff --git a/omnibor/Cargo.toml b/omnibor/Cargo.toml index ec514fb..dee8e12 100644 --- a/omnibor/Cargo.toml +++ b/omnibor/Cargo.toml @@ -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",