cargo: Add staging registry

In order to test things add the config for the staging registry.
This commit is contained in:
finga 2023-12-08 01:16:47 +01:00
parent 8b1a84ba53
commit 9513b2b3d5

View file

@ -5,3 +5,6 @@ rustflags = [
"-Dclippy::nursery",
"-Dclippy::cargo",
]
[registries]
staging = { index = "https://github.com/rust-lang/staging.crates.io-index" }