Skip to content

Commit

Permalink
Update versions to use 0.10 instead of 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jan 7, 2021
1 parent e17db7e commit fad522f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
serenity = "0.9"
serenity = "0.10"
```

Serenity supports a minimum of Rust 1.48.
Expand All @@ -115,7 +115,7 @@ Cargo.toml:
[dependencies.serenity]
default-features = false
features = ["pick", "your", "feature", "names", "here"]
version = "0.9"
version = "0.10"
```

The default features are: `builder`, `cache`, `client`, `framework`, `gateway`,
Expand Down Expand Up @@ -176,7 +176,7 @@ features = [
"utils",
"rustls_backend",
]
version = "0.9"
version = "0.10"
```

# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//!
//! ```toml
//! [dependencies]
//! serenity = "0.9"
//! serenity = "0.10"
//! ```
//!
//! [`Context`]: crate::client::Context
Expand Down

0 comments on commit fad522f

Please sign in to comment.