Skip to content

Commit

Permalink
Release jobslot 0.2.16
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Mar 4, 2024
1 parent 9957893 commit 7e90cdd
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "jobslot"
version = "0.2.15"
authors = ["Jiahao XU <[email protected]>", "Alex Crichton <[email protected]>"]
version = "0.2.16"
authors = [
"Jiahao XU <[email protected]>",
"Alex Crichton <[email protected]>",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/cargo-bins/jobslot"
homepage = "https://github.com/cargo-bins/jobslot"
Expand All @@ -24,7 +27,9 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
cfg-if = "1.0.0"
tokio = { version = "1", default-features = false, features = ["process"], optional = true }
tokio = { version = "1", default-features = false, features = [
"process",
], optional = true }
scopeguard = "1.1.0"

[target.'cfg(any(unix, windows))'.dependencies]
Expand All @@ -37,7 +42,12 @@ getrandom = { version = "0.2.7", features = ["std", "rdrand"] }
libc = "0.2.132"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_System_WindowsProgramming", "Win32_System_Threading", "Win32_Foundation", "Win32_Security"] }
windows-sys = { version = "0.52.0", features = [
"Win32_System_WindowsProgramming",
"Win32_System_Threading",
"Win32_Foundation",
"Win32_Security",
] }

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 7e90cdd

Please sign in to comment.