Update rust #99

Merged
kdeng00 merged 9 commits from update_rust into main 2026-05-05 21:05:41 -04:00
Showing only changes of commit 65f4da2232 - 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.94 && rustup default 1.94
run: rustup install 1.95 && rustup default 1.95
- name: Debug secret
run: echo "${{ secrets.MYREPO_TOKEN }}" | head -c 10 ; echo "..."