From 944da20f52faebcae392f3c373c33035690d99a0 Mon Sep 17 00:00:00 2001 From: Sebastian Ziebell Date: Tue, 29 Oct 2024 11:03:30 +0100 Subject: [PATCH] Change channel to stable-24.08.0 This is to support OSX as host platform --- README.md | 2 +- criticalup.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d29b9a3..c58d4a3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Create a file in project root: `criticalup.toml` and paste the following content manifest-version = 1 [products.ferrocene] -release = "stable-24.05.0" +release = "stable-24.08.0" packages = [ "rustc-${rustc-host}", "cargo-${rustc-host}", diff --git a/criticalup.toml b/criticalup.toml index 81c0ef1..7cab4cd 100644 --- a/criticalup.toml +++ b/criticalup.toml @@ -1,7 +1,7 @@ manifest-version = 1 [products.ferrocene] -release = "stable-24.05.0" +release = "stable-24.08.0" packages = [ "rustc-${rustc-host}", "cargo-${rustc-host}",