clippy version bump
This commit is contained in:
parent
c2a088cb45
commit
e0b0fa078f
10
README.md
10
README.md
@ -4,6 +4,16 @@
|
||||
[](https://www.rust-lang.org/)
|
||||
[](https://www.raylib.com/)
|
||||
|
||||
## The Team
|
||||
|
||||
This game is developed by a team of 4 students from Sheridan College and Trent University.
|
||||
|
||||
- [**Evan Pratten**](https://github.com/ewpratten)
|
||||
- Team lead
|
||||
- Software developer
|
||||
- [**Carter Tomlenovich**](https://github.com/hyperliskdev)
|
||||
- Software developer
|
||||
|
||||
## Directory Structure
|
||||
|
||||
- `game`: Contains the game code and assets
|
||||
|
@ -7,5 +7,5 @@
|
||||
[toolchain]
|
||||
# Make sure to check the build status before changing this
|
||||
# https://rust-lang.github.io/rustup-components-history/
|
||||
channel = "nightly-2021-09-25"
|
||||
channel = "nightly-2021-09-30"
|
||||
components = ["clippy", "rustfmt"]
|
||||
|
Reference in New Issue
Block a user