Skip to content

Commit

Permalink
Merge pull request #111 from RustyNova016/develop
Browse files Browse the repository at this point in the history
chore: bump version in readme
  • Loading branch information
RustyNova016 authored Jan 15, 2025
2 parents 9be0a53 + 76effae commit 0e7b21a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ You can choose to use either the default async client or a blocking one.
**async client:**

```toml
musicbrainz_rs = "0.8.0"
musicbrainz_rs = "0.9.0"
```

**blocking client:**

```toml
musicbrainz_rs = { version = "0.8.0", default-features = false, features = ["blocking"] }
musicbrainz_rs = { version = "0.9.0", default-features = false, features = ["blocking"] }
```

## Features
Expand Down Expand Up @@ -242,7 +242,7 @@ Here is the list of supported feature values. The default features are: `async`,

## MSRV

The Minimum Supported Rust Version for the crate is `1.70.0`. Any bump to the MSRV will be considered breaking changes (Until resolver v3 is more widely used).
The Minimum Supported Rust Version for the crate is `1.71.1`. Any bump to the MSRV will be considered breaking changes (Until resolver v3 is more widely used).

## Contributing

Expand Down

0 comments on commit 0e7b21a

Please sign in to comment.