Update metrics, bump version
Some checks failed
/ clippy (push) Failing after 13s
/ tests (push) Successful in 19s
/ loom (notify) (push) Successful in 19s
/ loom (queue) (push) Successful in 42s
/ check (aarch64-unknown-linux-musl) (push) Successful in 11s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 11s
/ check (x86_64-unknown-linux-musl) (push) Successful in 11s

This commit is contained in:
asonix 2024-07-09 15:47:33 -05:00
parent 2f3d973338
commit 7e53bd1da0

View file

@ -1,7 +1,7 @@
[package]
name = "async-cpupool"
description = "A simple async threadpool for CPU-bound tasks"
version = "0.2.2"
version = "0.3.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/safe-async/async-cpupool"
@ -13,7 +13,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
metrics = "0.22.0"
metrics = "0.23.0"
tracing = "0.1.40"
[target.'cfg(loom)'.dependencies]