From d68d84235a9b23265957047c78f9e8bf2f92ef86 Mon Sep 17 00:00:00 2001 From: hanepjiv Date: Mon, 2 Dec 2024 12:42:58 +0900 Subject: [PATCH] cleanup --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a85e555..83aa1c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,11 @@ name = "elicit" version = "0.12.3-alpha.2" publish = false -keywords = ["utility"] description = "SmartPointer-like structure for polymorphism." +keywords = ["utility"] +categories = ["rust-patterns"] readme = "README.md" + include = [ "Cargo.toml", "src/**/*.rs", "README.md", @@ -24,8 +26,8 @@ homepage.workspace = true repository.workspace = true # ============================================================================= [workspace.package] +rust-version = "1.83.0" edition = "2021" -rust-version = "1.82.0" authors = ["hanepjiv "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/elicit/"