Skip to content

Commit

Permalink
Explicitly indicate loom is unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Oct 3, 2022
1 parent f14b596 commit 8daae9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ keywords = ["park", "notify", "thread", "wake", "condition"]
categories = ["concurrency"]
exclude = ["/.*"]

# The `loom` feature, combined with the `loom` rustflag, enables a reimplementation
# of `parking` using `loom`. This feature is perma-unstable and should not be used
# in stable code.
[target.'cfg(loom)'.dependencies.loom]
version = "0.5"
optional = true
Expand Down

0 comments on commit 8daae9c

Please sign in to comment.