Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhonduco committed Nov 12, 2024
1 parent 1a79f7d commit ebcac47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ memmap2 = "0.9.5"
anyhow = "1.0.93"
object = "0.36.5"
# TODO: Move to a release.
libbpf-rs = { git = "https://github.com/libbpf/libbpf-rs", rev="4ebf2ac7cd509e9442aff9b9f92164f252adf2a3", features = ["static"] }
libbpf-rs = { version = "0.24.0", features = ["static"] }
tracing = "0.1.40"
thiserror = "2.0.3"
errno = "0.3.9"
Expand Down Expand Up @@ -45,10 +45,10 @@ ctrlc = "3.4.5"
crossbeam-channel = "0.5.13"
libbpf-sys = "1.5.0"
itertools = "0.13.0"
lightswitch-metadata = {path = "lightswitch-metadata"}
lightswitch-proto = { path = "lightswitch-proto"}
lightswitch-capabilities = {path = "lightswitch-capabilities"}
lightswitch-object = {path = "lightswitch-object"}
lightswitch-metadata = { path = "lightswitch-metadata", version = "0.1.0" }
lightswitch-proto = { path = "lightswitch-proto", version = "0.1.0" }
lightswitch-capabilities = { path = "lightswitch-capabilities", version = "0.1.0" }
lightswitch-object = { path = "lightswitch-object", version = "0.1.0" }
memmap2 = { workspace = true }
anyhow = { workspace = true }
object = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
cargo-insta
## Remove unused deps
cargo-shear
## Release to crates.io
cargo-release
# Commented out because this is typically not cached and it's rarely used
# ocamlPackages.magic-trace
];
Expand Down

0 comments on commit ebcac47

Please sign in to comment.