Updated rust #95

Merged
kdeng00 merged 5 commits from update_rust into main 2026-04-05 17:14:51 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d290e0b764 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Install Rust version
run: rustup install 1.90.0 && rustup default 1.90.0
run: rustup install 1.94 && rustup default 1.94
- name: Debug secret
run: echo "${{ secrets.MYREPO_TOKEN }}" | head -c 10 ; echo "..."
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "icarus-dm"
version = "0.8.11"
rust-version = "1.90"
rust-version = "1.94"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html