diff --git a/Cargo.lock b/Cargo.lock index 788dc21..79591fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "cve-rs" -version = "0.5.0" +version = "0.6.0" dependencies = [ "criterion", "oorandom", diff --git a/Cargo.toml b/Cargo.toml index 7f59360..81a9433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cve-rs" description = "Blazingly fast memory vulnerabilities, written in 100% safe Rust." authors = ["Speykious", "BrightShard", "Creative0708"] -version = "0.5.0" +version = "0.6.0" edition = "2021" license-file = "LICENSE" repository = "https://github.com/Speykious/cve-rs"