Skip to content

Commit

Permalink
Adjust rust toolchain version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed Aug 8, 2024
1 parent fcc88f8 commit 20648d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
rust: [stable, beta, nightly]
rust: [1.75.0]
steps:
- uses: actions/checkout@v1
- name: Setup Rust (rustup)
Expand Down
2 changes: 1 addition & 1 deletion src/memory_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// the MIT license <http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.

#![cfg_attr(target_os = "windows", allow(dead_code))]
#![allow(dead_code)]

use crate::error::EbpfError;

Expand Down

0 comments on commit 20648d7

Please sign in to comment.