Skip to content

Commit

Permalink
fix nightly and fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Feb 21, 2024
1 parent 7895ec2 commit 5222fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
list-changed:
timeout-minutes: 3
runs-on: ubuntu-latest
container: docker://rust:1.73.0
container: docker://rust:1.76.0
steps:
- run: apt update && apt install -y jo
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand All @@ -48,7 +48,7 @@ jobs:
needs: [list-changed]
timeout-minutes: 40
runs-on: ubuntu-latest
container: docker://rust:1.73.0
container: docker://rust:1.76.0
strategy:
matrix:
dir: ${{ fromJson(needs.list-changed.outputs.dirs) }}
Expand Down
2 changes: 1 addition & 1 deletion linkerd/stack/src/result.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use futures::{future, prelude::*};
use futures::prelude::*;
use linkerd_error::Error;
use std::{
fmt,
Expand Down

0 comments on commit 5222fab

Please sign in to comment.