From ee40f450a71c4923d88cb309f2f9a61fa59d578d Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 22 Feb 2025 15:57:08 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.85.0 (#187) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://github.com/rust-lang/rust) | minor | `1.84.1` -> `1.85.0` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/187 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 335d89f..f6f4771 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -40,7 +40,7 @@ node = "22.14.0" poetry = "2.1.1" python = "3.13.2" r = "4.4.2" -rust = "1.84.1" +rust = "1.85.0" yarn = "1.22.22" [settings]