Skip to content

Commit

Permalink
release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Nov 30, 2024
1 parent bae6b1b commit ffcb57e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "papaya"
version = "0.1.4"
edition = "2021"
license = "MIT"
version = "0.1.5"
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
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]
Expand Down

0 comments on commit ffcb57e

Please sign in to comment.