Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jul 10, 2024
1 parent e189de6 commit f234f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "papaya"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Ibraheem Ahmed <[email protected]>"]
description = "A fast and ergonomic concurrent hash-table for read-heavy workloads."
keywords = ["concurrent", "hashmap", "atomic", "lock-free"]
repository = "https://github.com/ibraheemdev/papaya"
readme = "README.md"
exclude = ["assets/*"]

[dependencies]
atomic-wait = "1.1.0"
Expand Down

0 comments on commit f234f89

Please sign in to comment.