Skip to content

Commit

Permalink
Merge pull request #1 from teohhanhui/sbrivio-rh-111
Browse files Browse the repository at this point in the history
Use `const_str::concat_bytes!` for the DHCP request
  • Loading branch information
sbrivio-rh authored Nov 29, 2024
2 parents ae3208a + 8838417 commit 0ae0fd1
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 70 deletions.
226 changes: 223 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/muvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ license = "MIT"
anyhow = { version = "1.0.82", default-features = false, features = ["std"] }
bpaf = { version = "0.9.11", default-features = false, features = [] }
byteorder = { version = "1.5.0", default-features = false, features = ["std"] }
const-str = { version = "0.5.7", default-features = false, features = [] }
env_logger = { version = "0.11.3", default-features = false, features = ["auto-color", "humantime", "unstable-kv"] }
input-linux = { version = "0.7.0", default-features = false, features = [] }
input-linux-sys = { version = "0.9.0", default-features = false, features = [] }
Expand Down
Loading

0 comments on commit 0ae0fd1

Please sign in to comment.