From 9761004c23121f0cdc26e1803f46d8661cdce6dc Mon Sep 17 00:00:00 2001 From: Kirill Shakirov <38155247+Nyanraltotlapun@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:37:04 +0200 Subject: [PATCH] Bump version. --- nyash_client/Cargo.lock | 2 +- nyash_client/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nyash_client/Cargo.lock b/nyash_client/Cargo.lock index 431365f..c2b3adf 100644 --- a/nyash_client/Cargo.lock +++ b/nyash_client/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "nyash_client" -version = "0.1.0" +version = "0.2.0" dependencies = [ "flate2", "ocl", diff --git a/nyash_client/Cargo.toml b/nyash_client/Cargo.toml index a8ea812..99af8d0 100644 --- a/nyash_client/Cargo.toml +++ b/nyash_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyash_client" -version = "0.1.0" +version = "0.2.0" edition = "2024" build = "build.rs" @@ -10,7 +10,7 @@ path = "src/client.rs" [dependencies] flate2 = "1.1.9" -ocl = { version = "0.19", features = ["opencl_version_2_0"]} +ocl = { version = "0.19", features = ["opencl_version_2_0", "opencl_version_2_1"]} prost = "0.14.3" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149"