From 21357d72ae9e4d1f6c7692f26be9ceb27e71e916 Mon Sep 17 00:00:00 2001 From: Slesarew <33295157+Slesarew@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:31:09 +0300 Subject: [PATCH] fix: make noheap version have different name so it's easier for Cargo to be found --- rust-no-heap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-no-heap/Cargo.toml b/rust-no-heap/Cargo.toml index a0c72d5..db87a93 100644 --- a/rust-no-heap/Cargo.toml +++ b/rust-no-heap/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "qrcodegen" +name = "qrcodegen-noheap" version = "1.8.0" authors = ["Project Nayuki"] description = "High-quality QR Code generator library"