diff --git a/Cargo.lock b/Cargo.lock index e6e7752..7889d94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wfcache-api" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 42771b8..3ae9b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wfcache-api" -version = "0.9.3" +version = "0.9.4" edition = "2021" authors = ["Youn Mélois "] repository = "https://github.com/sehnryr/wfcache-api"