From ffcb57e546916601de8e848cc167a60bb4e69a03 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sat, 30 Nov 2024 15:00:51 -0500 Subject: [PATCH] release 0.1.5 --- Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88a83db..ab00fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,14 @@ [package] name = "papaya" -version = "0.1.4" -edition = "2021" -license = "MIT" +version = "0.1.5" authors = ["Ibraheem Ahmed "] description = "A fast and ergonomic concurrent hash-table for read-heavy workloads." -keywords = ["concurrent", "hashmap", "atomic", "lock-free"] -repository = "https://github.com/ibraheemdev/papaya" +edition = "2021" +license = "MIT" readme = "README.md" +repository = "https://github.com/ibraheemdev/papaya" +categories = ["algorithms", "concurrency", "data-structures"] +keywords = ["concurrent", "hashmap", "atomic", "lock-free"] exclude = ["assets/*"] [dependencies]