Skip to content

Commit

Permalink
cargo update (#502)
Browse files Browse the repository at this point in the history
* cargo update

* fix issue with Option vs Result in ebpf

* working but not ideal

* better version also working

* disable new empty docs clippy warning

* see if we can bump the rust/clippy version
  • Loading branch information
dmah42 authored May 16, 2024
1 parent 46d90dd commit 789f8db
Show file tree
Hide file tree
Showing 5 changed files with 679 additions and 543 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/001-tester-ubuntu-make-test-auraed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
key: 000-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
000-${{ runner.os }}-cargo-
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy, rustfmt
- name: Install protoc-gen-doc in [ubuntu:latest]
run: |
wget https://github.com/pseudomuto/protoc-gen-doc/releases/download/v1.5.1/protoc-gen-doc_1.5.1_linux_amd64.tar.gz
Expand Down
Loading

0 comments on commit 789f8db

Please sign in to comment.