From da6feeff1fa5bcb8a95e85373875f410e3e771ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:18:48 +0800 Subject: [PATCH] build: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9f24ca..63f005d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,7 +1290,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "opencl_vanity_gpg" -version = "0.1.0" +version = "1.0.1" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 0c39a83..48a37ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opencl_vanity_gpg" -version = "1.0.0" +version = "1.0.1" edition = "2021" [profile.release]