Skip to content

Commit

Permalink
Deneb support (#32)
Browse files Browse the repository at this point in the history
* Deneb support

* Fix fcU possibly

* Log fixes and cleanups

* Fix clippy
  • Loading branch information
michaelsproul authored Jan 19, 2024
1 parent f164b02 commit a9428d0
Show file tree
Hide file tree
Showing 10 changed files with 2,177 additions and 2,896 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612
- name: Get latest version of stable Rust
run: rustup update stable
- name: Check formatting with cargo fmt
- name: Check style with clippy
run: cargo clippy --tests --all
test:
strategy:
Expand Down
Loading

0 comments on commit a9428d0

Please sign in to comment.