From f234f898754d343c59ef52e1a579edc40e794b4b Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Wed, 10 Jul 2024 05:51:46 -0400 Subject: [PATCH] release 0.1.1 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ef9cbb..7b6f439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "papaya" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" authors = ["Ibraheem Ahmed "] @@ -8,6 +8,7 @@ description = "A fast and ergonomic concurrent hash-table for read-heavy workloa keywords = ["concurrent", "hashmap", "atomic", "lock-free"] repository = "https://github.com/ibraheemdev/papaya" readme = "README.md" +exclude = ["assets/*"] [dependencies] atomic-wait = "1.1.0"