Rust std change #51

Merged
kdeng00 merged 2 commits from rust_std_change into icarus_v2_support 2025-06-30 20:49:15 -04:00
Showing only changes of commit b8a5b3a659 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Rust version - name: Install Rust version
run: rustup install 1.86.0 && rustup default 1.86.0 run: rustup install 1.88.0 && rustup default 1.88.0
- name: Debug secret - name: Debug secret
run: echo "${{ secrets.MYREPO_TOKEN }}" | head -c 10 ; echo "..." run: echo "${{ secrets.MYREPO_TOKEN }}" | head -c 10 ; echo "..."