-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create version 0.10.3 re-exporting version 1
- Loading branch information
Showing
29 changed files
with
20 additions
and
2,089 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "self_cell" | ||
version = "0.10.2" | ||
version = "0.10.3" | ||
authors = ["Lukas Bergdoll <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -21,14 +21,11 @@ include = [ | |
] | ||
|
||
[dependencies] | ||
rustversion = { version=">=1", optional=true } | ||
|
||
[dev-dependencies] | ||
once_cell = ">=1" | ||
self_cell = "1" | ||
|
||
[features] | ||
# This optional feature lowers the minimum rustc version from 1.51 to 1.36. | ||
# However this requires polyfilling std library functionality for older rustc | ||
# with technically UB versions. Testing does not show older rustc versions | ||
# (ab)using this. Use at | ||
old_rust = ["rustversion"] | ||
old_rust = ["self_cell/old_rust"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.