File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : rust-sock-filter
2
2
on : [push]
3
3
env :
4
- RUSTUP_TOOLCHAIN : " 1.85 .0"
4
+ RUSTUP_TOOLCHAIN : " 1.86 .0"
5
5
RUSTUP_HOME : " ./rust/rustup"
6
6
CARGO_HOME : " ./rust/cargo"
7
7
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ edition = "2024"
7
7
8
8
[dependencies ]
9
9
anyhow = " 1.0.68"
10
- aya = { git = " https://github.com/aya-rs/aya " , features = [ " async_tokio " ] }
11
- aya-log = { git = " https://github.com/aya-rs/aya " }
10
+ aya = { version = " 0.13.1 " , default- features = false }
11
+ aya-log = { version = " 0.2.1 " , default-features = false }
12
12
bytes = {version = " 1" }
13
13
clap = { version = " 4.1.1" , features = [" derive" ] }
14
14
libc = {version =" 0.2" , features = [ " extra_traits" ] }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ user = [ "aya" ]
12
12
13
13
14
14
[dependencies ]
15
- aya = { git = " https://github.com/aya-rs/aya " , optional = true }
15
+ aya = { version = " 0.13.1 " , default-features = false , optional = true }
16
16
17
17
[lib ]
18
18
path = " src/lib.rs"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ edition = "2024"
7
7
8
8
9
9
[dependencies ]
10
- aya-ebpf = { git = " https://github.com/aya-rs/aya " , branch = " main " }
11
- aya-log-ebpf = { git = " https://github.com/aya-rs/aya " , branch = " main " }
10
+ aya-ebpf = { version = " 0.1.1 " , default-features = false }
11
+ aya-log-ebpf = { version = " 0.1.1 " , default-features = false }
12
12
sock-filter-common = { path = " ../sock-filter-common" }
13
- memoffset = " 0.8 "
13
+ memoffset = " 0.9 "
14
14
15
15
[[bin ]]
16
16
name = " sock-filter"
You can’t perform that action at this time.
0 commit comments