cargo: Add staging registry
In order to test things add the config for the staging registry.
This commit is contained in:
parent
8b1a84ba53
commit
9513b2b3d5
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@ rustflags = [
|
|||
"-Dclippy::nursery",
|
||||
"-Dclippy::cargo",
|
||||
]
|
||||
|
||||
[registries]
|
||||
staging = { index = "https://github.com/rust-lang/staging.crates.io-index" }
|
||||
|
|
Loading…
Reference in a new issue