mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: pin git dependencies to specific revs (#4552)
This commit is contained in:
@ -93,4 +93,11 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
|
||||
unknown-registry = "warn"
|
||||
# Lint level for what to happen when a crate from a git repository that is not
|
||||
# in the allow list is encountered
|
||||
unknown-git = "allow"
|
||||
unknown-git = "deny"
|
||||
allow-git = [
|
||||
"https://github.com/bluealloy/revm",
|
||||
"https://github.com/boa-dev/boa",
|
||||
"https://github.com/ethereum/c-kzg-4844",
|
||||
"https://github.com/sigp/discv5",
|
||||
"https://github.com/stevefan1999-personal/rust-igd",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user