From 5f035f9e35ea1779235b0f4c5a179f60c2ccabd3 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 3 Apr 2025 12:03:00 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.86.0 (#207) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://github.com/rust-lang/rust) | minor | `1.85.1` -> `1.86.0` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/207 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 48f4a0d..3e55cf4 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -44,7 +44,7 @@ node = "22.14.0" poetry = "2.1.2" python = "3.13.2" r = "4.4.3" -rust = "1.85.1" +rust = "1.86.0" yarn = "1.22.22" [settings]