clippy version bump

This commit is contained in:
Evan Pratten 2021-09-30 08:42:17 -04:00
parent c2a088cb45
commit e0b0fa078f
2 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,16 @@
[![Rust 1.57 nightly](https://img.shields.io/badge/Rust-1.57%20nightly-orange)](https://www.rust-lang.org/) [![Rust 1.57 nightly](https://img.shields.io/badge/Rust-1.57%20nightly-orange)](https://www.rust-lang.org/)
[![Made with Raylib](https://img.shields.io/badge/Made%20With-raylib-blue)](https://www.raylib.com/) [![Made with Raylib](https://img.shields.io/badge/Made%20With-raylib-blue)](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 ## Directory Structure
- `game`: Contains the game code and assets - `game`: Contains the game code and assets

View File

@ -7,5 +7,5 @@
[toolchain] [toolchain]
# Make sure to check the build status before changing this # Make sure to check the build status before changing this
# https://rust-lang.github.io/rustup-components-history/ # https://rust-lang.github.io/rustup-components-history/
channel = "nightly-2021-09-25" channel = "nightly-2021-09-30"
components = ["clippy", "rustfmt"] components = ["clippy", "rustfmt"]