From 5fb88bfa67dc4c5aa0075dc4da5479f512bf65d6 Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Sun, 20 Aug 2023 18:08:12 +0000 Subject: [PATCH] Renamed the Rust-no-heap implementation in Cargo.toml. --- 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..54c10b9 100644 --- a/rust-no-heap/Cargo.toml +++ b/rust-no-heap/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "qrcodegen" +name = "qrcodegen-no-heap" version = "1.8.0" authors = ["Project Nayuki"] description = "High-quality QR Code generator library"