diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2f2643e..68cde21 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # developers and test environments. The intent is to keep this updated as new # stable versions are released. [toolchain] -channel = "1.93.0" +channel = "1.93.1" profile = "default"