diff --git a/.changesets/maint_up_rust.md b/.changesets/maint_up_rust.md new file mode 100644 index 00000000..63c13a6c --- /dev/null +++ b/.changesets/maint_up_rust.md @@ -0,0 +1,3 @@ +### deps: update rust to v1.92.0 - @DaleSeo PR #529 + +Updates the Rust version from v1.90.0 to v1.92.0 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 00ab70d2..c7e9d1b5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.90.0" +channel = "1.92.0" profile = "default" components = ["rust-analyzer", "rust-src"]