Skip to content

Commit

Permalink
Release jobslot v0.2.15 (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu authored Feb 3, 2024
1 parent 5cb9ed5 commit 41a2c74
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 = "jobslot"
version = "0.2.14"
version = "0.2.15"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>", "Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cargo-bins/jobslot"
Expand Down Expand Up @@ -28,7 +28,7 @@ tokio = { version = "1", default-features = false, features = ["process"], optio
scopeguard = "1.1.0"

[target.'cfg(any(unix, windows))'.dependencies]
# Features:
# Features:
# - std: Implement std-only traits for getrandom::Error
# - rdrand: Enable fallback RDRAND-based implementation on x86/x86_64
getrandom = { version = "0.2.7", features = ["std", "rdrand"] }
Expand Down

0 comments on commit 41a2c74

Please sign in to comment.