Skip to content

Commit 8111617

Browse files
committed
fix ci
1 parent 885b342 commit 8111617

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

oryx-ebpf/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oryx-ebpf/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[package]
22
name = "oryx-ebpf"
3-
version.workspace = true
3+
version = "0.5.0"
44
description = "oryx eBPF"
5-
authors.workspace = true
6-
license.workspace = true
7-
repository.workspace = true
8-
homepage.workspace = true
9-
edition.workspace = true
5+
license = "GPL-3.0"
6+
edition = "2021"
7+
repository = "https://github.com/pythops/oryx"
8+
homepage = "https://github.com/pythops/oryx"
109

1110
[dependencies]
1211
aya-ebpf = "0.1.1"

0 commit comments

Comments
 (0)