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 <kilo@kilo.ai>
This commit is contained in:
asepharyana
2026-07-24 13:57:12 +07:00
co-authored by Kilo
parent f6008b36c3
commit 62ea87565b
+1 -1
View File
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.85"
channel = "1.89"