Skip to content

Commit 74cf570

Browse files
committed
Bump version and dependencies
1 parent 1a745c5 commit 74cf570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thread-priority"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
authors = ["Victor Polevoy <[email protected]>"]
55
description = "Library for managing threads priority and schedule policies"
66
repository = "https://github.com/iddm/thread-priority"
@@ -12,7 +12,7 @@ categories = ["concurrency", "asynchronous", "os"]
1212
edition = "2021"
1313

1414
[dev-dependencies]
15-
rstest = "0.13"
15+
rstest = "0.18"
1616

1717
[dependencies]
1818
log = "0.4"

0 commit comments

Comments
 (0)