Update version in README

This commit is contained in:
D. Scott Boggs 2022-12-23 12:14:45 -05:00
parent ed497d96d4
commit ca7777c2f8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ In your `Cargo.toml`, make sure you enable the `toml` feature:
```toml
[dependencies.mastodon-async]
version = "0.22"
version = "1.0"
features = ["toml"]
```