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 71b0a22 commit 349721c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check README.md
name: Follow README.md
on: [ push, pull_request ]

permissions:
Expand Down
62 changes: 25 additions & 37 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,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" }
bolero = { version = "=0.10.1" }
cc = { version = "1.1.21" }
doxygen-rs = { version = "0.4.0" }
etherparse = { version = "0.16.0", default-features = false, features = [] }
Expand Down
2 changes: 0 additions & 2 deletions net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ tracing = { workspace = true }

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

0 comments on commit 349721c

Please sign in to comment.