From 448753d200fa5114ca191016d3a6de50335880ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=BE=D1=82=D0=BB?= =?UTF-8?q?=D1=8F=D1=80=D0=BE=D0=B2?= Date: Wed, 8 May 2024 00:54:47 +0300 Subject: [PATCH] 1. Fix `crate was previously named `clucstr`` --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad23886..54b4afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "cluCStr" +name = "clucstr" # two names only because the box on crates.io cannot be renamed. version = "1.2.0" authors = ["Denis Kotlyarov (Денис Котляров) "] repository = "https://github.com/clucompany/cluCStr.git" @@ -14,6 +14,7 @@ categories = ["development-tools::ffi"] [features] [lib] +name = "cluCStr" proc-macro = true [dependencies]