Skip to content

Commit

Permalink
Restored previous Cargo.toml version to prevent version error in heck
Browse files Browse the repository at this point in the history
  • Loading branch information
ElFantasma committed Mar 19, 2024
1 parent 557a05a commit b4ec675
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 9 additions & 15 deletions node/Cargo.lock

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

2 changes: 2 additions & 0 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,7 @@ wildcard_dependencies = "warn"
redundant_locals = "allow"
needless_pass_by_ref_mut = "allow"
box_default = "allow"
# remove once fix to https://github.com/rust-lang/rust-clippy/issues/11764 is available on CI.
map_identity = "allow"
# &*x is not equivalent to x, because it affects borrowing in closures.
borrow_deref_ref = "allow"

0 comments on commit b4ec675

Please sign in to comment.