From 62ea87565bcede1e85a5cac2a356e201f28e7d3d Mon Sep 17 00:00:00 2001 From: asepharyana Date: Fri, 24 Jul 2026 13:57:12 +0700 Subject: [PATCH] fix: update rust-toolchain to 1.89 for dependency compatibility Dependencies built, icu_collections, icu_locale_core require rustc >=1.86. Update toolchain to 1.89 to match production Docker image. Co-Authored-By: Kilo --- backend/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/rust-toolchain.toml b/backend/rust-toolchain.toml index 7bcfaa2..f443688 100644 --- a/backend/rust-toolchain.toml +++ b/backend/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.85" \ No newline at end of file +channel = "1.89" \ No newline at end of file