Switch git urls to aya-rs

pull/9/head
Alessandro Decina 3 years ago
parent 566934ccb6
commit dcf738cd46

@ -8,7 +8,7 @@ default = []
userspace = [ "aya" ]
[dependencies]
aya = { git = "https://github.com/alessandrod/aya", branch="main", optional=true }
aya = { git = "https://github.com/aya-rs/aya", branch="main", optional=true }
[lib]
path = "src/lib.rs"

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"
[dependencies]
aya-bpf = { git = "http://github.com/alessandrod/aya", branch = "main" }
aya-bpf = { git = "http://github.com/aya-rs/aya", branch = "main" }
{{ project-name }}-common = { path = "../{{ project-name }}-common" }
[[bin]]

@ -5,7 +5,7 @@ edition = "2018"
publish = false
[dependencies]
aya = { git = "https://github.com/alessandrod/aya", branch="main" }
aya = { git = "https://github.com/aya-rs/aya", branch="main" }
{{project-name}}-common = { path = "../{{project-name}}-common", features=["userspace"] }
anyhow = "1.0.42"
ctrlc = "3.2"

Loading…
Cancel
Save