diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..d32f632 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +* @ewpratten +game/ @ewpratten @hyperlisk @LuS404 @SNOWZ7Z diff --git a/game/Cargo.toml b/game/Cargo.toml index a483b6d..13f4dd3 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cgmath = "0.18" -discord-sdk = { version = "0.1.4", git = "https://github.com/EmbarkStudios/discord-sdk", branch = "main", commit = "3ed27a06c71d88269c7ac29cf5151cfb7f24f0ef" } +discord-sdk = { version = "0.2.1", git = "https://github.com/EmbarkStudios/discord-sdk", branch = "main", commit = "3ed27a06c71d88269c7ac29cf5151cfb7f24f0ef" } tokio = { version = "1.0", features = ["macros"] } tracing = { version = "0.1", features = ["log"] } serde = { version = "1.0.126", features = ["derive"] } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fb88857..f57d064 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -8,3 +8,4 @@ # Make sure to check the build status before changing this # https://rust-lang.github.io/rustup-components-history/ channel = "nightly-2021-09-25" +components = ["clippy", "rustfmt"]