Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Jan 15, 2024
1 parent 1a745c5 commit 74cf570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thread-priority"
version = "0.15.1"
version = "0.16.0"
authors = ["Victor Polevoy <fx@thefx.co>"]
description = "Library for managing threads priority and schedule policies"
repository = "https://github.com/iddm/thread-priority"
Expand All @@ -12,7 +12,7 @@ categories = ["concurrency", "asynchronous", "os"]
edition = "2021"

[dev-dependencies]
rstest = "0.13"
rstest = "0.18"

[dependencies]
log = "0.4"
Expand Down

0 comments on commit 74cf570

Please sign in to comment.