Skip to content

Commit 71210c1

Browse files
committed
Prepare 0.2 release
1 parent 2777981 commit 71210c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stability"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Rust API stability attributes for the rest of us."
55
authors = ["Stephen M. Coakley <[email protected]>"]
66
license = "MIT"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install via Cargo by adding to your `Cargo.toml` file:
3030

3131
```toml
3232
[dependencies]
33-
stability = "0.1"
33+
stability = "0.2"
3434
```
3535

3636
### Supported Rust versions

src/unstable.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ impl UnstableAttribute {
4646
\n\
4747
**This API is marked as unstable** and is only available when \
4848
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: `{}`\
5252
",
5353
feature_name, issue
5454
);

0 commit comments

Comments
 (0)