From f214277a42dc89bc9ab0db7c385ada7690f0a42a Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Sat, 9 Oct 2021 10:24:50 +0000 Subject: [PATCH] cargo: version 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9af0ce6..bf51448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vgpu_unlock-rs" -version = "0.1.0" +version = "1.0.0" edition = "2018" [lib]