From 667ffe8b790a0e90ee13e75ae2541a8f42771961 Mon Sep 17 00:00:00 2001 From: Speykious Date: Thu, 22 Feb 2024 00:57:17 +0100 Subject: [PATCH] v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"