Skip to content

Commit

Permalink
Merge pull request #1744 from yihuaf/yihuaf/fix
Browse files Browse the repository at this point in the history
[Trivial] Remove the metadata semvar causing a warning.
  • Loading branch information
YJDoc2 committed Mar 31, 2023
2 parents b81252c + 9a8059f commit 25cff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dbus = { version = "0.9.7", optional = true }
fixedbitset = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "1.1.1+v1.0.1", optional = true }
libbpf-sys = { version = "1.1.1", optional = true }
errno = { version = "0.3.0", optional = true }
libc = { version = "0.2.140", optional = true }

Expand Down

0 comments on commit 25cff9b

Please sign in to comment.