Skip to content

Commit

Permalink
Reduce versioning in examples to major and minor.
Browse files Browse the repository at this point in the history
There is no reason to suggest using a specific commit as there can be important fixes available.
  • Loading branch information
Lakelezz committed Jun 30, 2019
1 parent 17f1dc2 commit 13595ff
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 @@ -97,7 +97,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
serenity = "0.6.0"
serenity = "0.6"
```

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

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

# Dependencies
Expand Down

0 comments on commit 13595ff

Please sign in to comment.