aya: Switch (again) from crates.io to git
This time we need to switch to git again, because of this unreleased change: aya-rs/aya@d1f2215193 Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>pull/45/head
parent
807131b955
commit
9f69ee52b2
@ -1,2 +1,5 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = ["{{project-name}}", "{{project-name}}-common", "xtask"]
|
members = ["{{project-name}}", "{{project-name}}-common", "xtask"]
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
aya = { git = "https://github.com/aya-rs/aya", branch = "main" }
|
||||||
|
Loading…
Reference in New Issue