diff --git a/Cargo.lock b/Cargo.lock index 5ce5b25..575f0a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,7 +822,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wfcache-api" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2a024c4..913774f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wfcache-api" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["Youn Mélois "] repository = "https://github.com/sehnryr/wfcache-api"