diff --git a/Cargo.lock b/Cargo.lock index a48774e..e141982 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,7 +826,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wfcache-api" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 81f7539..d59958c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wfcache-api" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Youn Mélois "] repository = "https://github.com/sehnryr/wfcache-api"