Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 🛠️ Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: '1.84.1'
toolchain: '1.87.0'
default: true
profile: minimal
- name: ⚡ Setup Rust (x86_64-unknown-linux-musl)
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: 🛠️ Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: '1.84.1'
toolchain: '1.87.0'
default: true
profile: minimal
- name: 🔨 Build Imix
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: 🛠️ Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: '1.84.1'
toolchain: '1.87.0'
default: true
profile: minimal
target: x86_64-pc-windows-gnu
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: 🛠️ Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: '1.84.1'
toolchain: '1.87.0'
default: true
profile: minimal
- name: ⚡ Setup Rust (x86_64-unknown-linux-musl)
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- name: 🛠️ Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: '1.84.1'
toolchain: '1.87.0'
default: true
profile: minimal
- name: 🔨 Build Golem
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
- name: 🛠️ Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: '1.84.1'
toolchain: '1.87.0'
default: true
profile: minimal
target: x86_64-pc-windows-gnu
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
name: 👾 Disable defender
shell: powershell
- name: Setup Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.84.1'
toolchain: '1.87.0'
default: true
profile: minimal
components: rustfmt, clippy
- name: Setup Rust (Loader)
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
if: matrix.os == 'windows-latest'
with:
toolchain: 'nightly-2025-01-31'
Expand All @@ -71,7 +71,7 @@ jobs:
cd ./bin/reflective_loader/
cargo +nightly-2025-01-31 build --release -Z build-std=core,compiler_builtins -Z build-std-features=compiler-builtins-mem
- name: Install latest nextest & cargo-llvm-cov release
uses: taiki-e/install-action@v2.17.7
uses: taiki-e/install-action@v2.52.7
with:
tool: nextest,cargo-llvm-cov
- name: 🔎 Run tests
Expand Down
2 changes: 1 addition & 1 deletion bin/create_file_dll/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.84.1"
channel = "1.87.0"
2 changes: 1 addition & 1 deletion implants/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.84.1"
channel = "1.87.0"
Loading