Skip to content

Commit

Permalink
Fix typos in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jgardona committed Dec 1, 2023
1 parent d419fea commit 01488ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "rpools"
version = "0.2.2"
version = "0.2.3"
authors = ["jcbritobr <jcbritobr@gmail.com>"]
edition = "2018"
repository = "https://github.com/jgardona/rpools"
homepage = "https://github.com/jgardona/rpools"
description = "A minimalist workerpool for rust"
license = "MIT"
keywords = ["atomic", "workers", "threadpool", "concurrency"]
categories = ["Concurrency, No standard library"]
categories = ["concurrency"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 01488ed

Please sign in to comment.