diff --git a/Cargo.lock b/Cargo.lock index 5540cd1..cb198ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2029,7 +2029,7 @@ dependencies = [ [[package]] name = "gupaxx" -version = "1.7.0-rc2" +version = "1.7.0-rc3" dependencies = [ "anyhow", "benri", diff --git a/Cargo.toml b/Cargo.toml index b975b64..45975d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ cargo-features = ["profile-rustflags", "codegen-backend"] [package] name = "gupaxx" -version = "1.7.0-rc2" +version = "1.7.0-rc3" authors = ["cyrix126 "] description = "Fork of Gupax integrating the XMRvsBeast Raffle " documentation = "https://github.com/cyrix126/gupaxx"