Skip to content

Commit 7a71262

Browse files
authored
github-actions-expressions 0.0.15 (#1716)
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 2255be6 commit 7a71262

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "MIT"
1919
rust-version = "1.88.0"
2020

2121
[workspace.dependencies]
22-
github-actions-expressions = { path = "crates/github-actions-expressions", version = "0.0.14" }
22+
github-actions-expressions = { path = "crates/github-actions-expressions", version = "0.0.15" }
2323
github-actions-models = { path = "crates/github-actions-models", version = "0.45.0" }
2424
subfeature = { path = "crates/subfeature", version = "0.0.5" }
2525
tree-sitter-iter = { path = "crates/tree-sitter-iter", version = "0.0.3" }

crates/github-actions-expressions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "github-actions-expressions"
33
description = "GitHub Actions expression parser and data types"
44
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/github-actions-expressions"
5-
version = "0.0.14"
5+
version = "0.0.15"
66
readme = "README.md"
77

88
homepage.workspace = true

0 commit comments

Comments
 (0)