subfeature: prep 0.0.2

This commit is contained in:
William Woodruff 2025-07-16 22:06:37 -04:00
parent 65942206ae
commit 106eafa737
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2503,7 +2503,7 @@ dependencies = [
[[package]]
name = "subfeature"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"memchr",
"regex",

View file

@ -54,7 +54,7 @@ serde-sarif = "0.8.0"
serde_json = "1.0.140"
serde_json_path = "0.7.2"
serde_yaml = "0.9.34"
subfeature = { path = "crates/subfeature", version = "0.0.1" }
subfeature = { path = "crates/subfeature", version = "0.0.2" }
tar = "0.4.44"
terminal-link = "0.1.0"
thiserror = "2.0.12"

View file

@ -2,7 +2,7 @@
name = "subfeature"
description = "Subfeature handling and manipulation APIs"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/subfeature"
version = "0.0.1"
version = "0.0.2"
readme = "README.md"
authors.workspace = true