Skip to content

Commit

Permalink
Prepare 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Jul 4, 2024
1 parent f6db378 commit 241f787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stability"
version = "0.2.0"
version = "0.2.1"
description = "Rust API stability attributes for the rest of us."
authors = ["Stephen M. Coakley <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Install via Cargo by adding to your `Cargo.toml` file:

```toml
[dependencies]
stability = "0.2"
stability = "0.2.1"
```

### Supported Rust versions
Expand Down

0 comments on commit 241f787

Please sign in to comment.