version change

This commit is contained in:
bahdotsh
2025-04-14 17:02:13 +05:30
parent 44d81a386a
commit fb65b67654
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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