File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " try_v2"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44edition = " 2024"
55readme = " README.md"
66description = " Provides a derive macro for `Try` ([try_trait_v2](https://rust-lang.github.io/rfcs/3058-try-trait-v2.html))"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and back `where E: From::from<Self<!>>`
77
88## Requires
99
10- - nightly or ` RUSTC_BOOTSTRAP = 1 `
10+ - nightly
1111- ` #![feature(never_type)] `
1212- ` #![feature(try_trait_v2)] `
1313
@@ -64,7 +64,7 @@ See the [full documentation](https://docs.rs/try_v2/latest/try_v2/) for specific
6464
6565## MSRV
6666
67- 1.85.1 if you are walking the grey-zone between stable and nightly via ` RUSTC_BOOTSTRAP `
67+ 1.85.1, in case you are using a fixed version of nightly just to get access to specific unstable features.
6868
6969## Currently untested (may work, may not ...)
7070
Original file line number Diff line number Diff line change 1212//! and back `where E: From::from<Self<!>>`
1313//!
1414//! ## Requires:
15- //! - nightly or `RUSTC_BOOTSTRAP = 1`
15+ //! - nightly
1616//! - `#![feature(never_type)]`
1717//! - `#![feature(try_trait_v2)]`
1818//!
6666//! ```
6767//!
6868//! ## MSRV
69- //! 1.85.1 if you are walking the grey-zone between stable and nightly via `RUSTC_BOOTSTRAP`
69+ //! 1.85.1, in case you are using a fixed version of nightly just to get access to specific unstable features.
7070//!
7171//! ## Currently untested (may work, may not ...):
7272//! - `where` clauses
You can’t perform that action at this time.
0 commit comments