Skip to content

Commit

Permalink
deps: add loose version requirement for libbpf-sys
Browse files Browse the repository at this point in the history
Otherwise it seems that we cannot publish to crates.io
  • Loading branch information
kxxt committed Sep 17, 2024
1 parent 9f72103 commit 87ab1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ paste = "1.0.15"
serde_json = "1.0.120"
libbpf-rs = { version = "0.24.1", optional = true, default-features = false }
# libbpf-sys exists here because we want to control its features
libbpf-sys = { version = "*", optional = true, default-features = false }
libbpf-sys = { version = "1", optional = true, default-features = false }
# tui-prompts = { version = "0.3.11", path = "../../contrib/tui-prompts" }
# tui-popup = { version = "0.3.0", path = "../../contrib/tui-popup" }

Expand Down

0 comments on commit 87ab1bb

Please sign in to comment.