Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 11, 2024
1 parent 7657ceb commit 71b0a22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.80.1 # MSRV
- 1.81.0 # expected release target
- nightly-2024-10-10 # Pinned nightly
- stable # floating
- nightly-2024-10-10 # Pinned nightly
- 1.80.1 # MSRV
- beta # floating
- nightly # floating
llvm:
Expand Down
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resolver = "2"
bindgen = { version = "0.70.1" }
# Pinned to work around version resolution bug (picks version 0.11.1 which does not exist)
bolero = { version = "=0.11.0" }
bolero-generator = { version = "=0.11.0" }
bolero-generator-derive = { version = "=0.11.0" }
cc = { version = "1.1.21" }
doxygen-rs = { version = "0.4.0" }
Expand Down
1 change: 1 addition & 0 deletions net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ tracing = { workspace = true }

[dev-dependencies]
bolero = { workspace = true }
bolero-generator = { workspace = true }
bolero-generator-derive = { workspace = true }

0 comments on commit 71b0a22

Please sign in to comment.