File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stability"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " Rust API stability attributes for the rest of us."
5
5
authors = [
" Stephen M. Coakley <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Install via Cargo by adding to your `Cargo.toml` file:
30
30
31
31
``` toml
32
32
[dependencies ]
33
- stability = " 0.1 "
33
+ stability = " 0.2 "
34
34
```
35
35
36
36
### Supported Rust versions
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ impl UnstableAttribute {
46
46
\n \
47
47
**This API is marked as unstable** and is only available when \
48
48
the `{}` crate feature is enabled. This comes with no stability \
49
- guarantees, and could be changed or removed at any time.
50
-
51
- The tracking issue is: `{}`
49
+ guarantees, and could be changed or removed at any time.\
50
+ \n \
51
+ The tracking issue is: `{}`\
52
52
",
53
53
feature_name, issue
54
54
) ;
You can’t perform that action at this time.
0 commit comments