updated version

This commit is contained in:
bahdotsh
2025-04-09 11:10:34 +05:30
parent 02f0ff7ad8
commit 227ce8aee7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1930,7 +1930,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "wrkflw"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"async-trait",
"bollard",

View File

@@ -1,6 +1,6 @@
[package]
name = "wrkflw"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "A GitHub Actions workflow validator and executor"
documentation = "https://github.com/bahdotsh/wrkflw"