From e0b0fa078ffcfd46fc088bf3d2b81bee9a76abf3 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 30 Sep 2021 08:42:17 -0400 Subject: [PATCH] clippy version bump --- README.md | 10 ++++++++++ rust-toolchain.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b74b4ab..cb7ad8c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ [![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/) +## 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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f57d064..ced8d9b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -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"]