diff --git a/Cargo.lock b/Cargo.lock index ab2e0a0..7ce1b14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "dxvk-cache-tool" -version = "0.5.0" +version = "0.6.0" dependencies = [ "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index da8ed0c..c6cdd79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dxvk-cache-tool" -version = "0.5.0" +version = "0.6.0" authors = ["Pavel Kolchev "] description = "Standalone dxvk-cache merger" license = "MIT/Apache-2.0"