Skip to content

Commit

Permalink
Merge pull request #710 from ajwerner/move-rustversion-to-workspace
Browse files Browse the repository at this point in the history
bpf: move rustversion build dep to workspace
  • Loading branch information
ajwerner authored Aug 1, 2023
2 parents 4c3219f + 9f0e837 commit afacfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ quote = { version = "1", default-features = false }
rbpf = { version = "0.2.0", default-features = false }
rustdoc-json = { version = "0.8.6", default-features = false }
rustup-toolchain = { version = "0.1.5", default-features = false }
rustversion = { version = "1.0.0", default-features = false }
syn = { version = "2", default-features = false }
tempfile = { version = "3", default-features = false }
testing_logger = { version = "0.1.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion bpf/aya-bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ aya-bpf-macros = { path = "../../aya-bpf-macros" }
aya-bpf-bindings = { path = "../aya-bpf-bindings" }

[build-dependencies]
rustversion = "1.0"
rustversion = { workspace = true }

0 comments on commit afacfdd

Please sign in to comment.