Skip to content

Commit

Permalink
Bump MSRV to 1.43.0 (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc authored Nov 5, 2020
1 parent a42bba2 commit 477925f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![ci-badge][]][ci] [![docs-badge][]][docs] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust 1.40.0+ badge]][rust 1.40.0+ link]
[![ci-badge][]][ci] [![docs-badge][]][docs] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust 1.43.0+ badge]][rust 1.43.0+ link]

# serenity

Expand Down Expand Up @@ -104,7 +104,7 @@ Add the following to your `Cargo.toml` file:
serenity = "0.9.0"
```

Serenity supports a minimum of Rust 1.40.
Serenity supports a minimum of Rust 1.43.

# Features

Expand Down Expand Up @@ -230,5 +230,5 @@ Voice + youtube-dl:
[repo:lavalink]: https://github.com/Frederikam/Lavalink
[repo:lavaplayer]: https://github.com/sedmelluq/lavaplayer
[logo]: https://raw.githubusercontent.com/serenity-rs/serenity/current/logo.png
[rust 1.40.0+ badge]: https://img.shields.io/badge/rust-1.40.0+-93450a.svg?style=flat-square
[rust 1.40.0+ link]: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
[rust 1.43.0+ badge]: https://img.shields.io/badge/rust-1.43.0+-93450a.svg?style=flat-square
[rust 1.43.0+ link]: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html

0 comments on commit 477925f

Please sign in to comment.