Skip to content

Commit

Permalink
Rust: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SolalPirelli committed Jan 25, 2023
1 parent 15a61e3 commit 3e9e957
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion c/ixgbe/agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ struct ixgbe_agent {
#endif
};

static inline bool ixgbe_agent_init(struct ixgbe_device* input_device, uint8_t outputs_count, struct ixgbe_device* output_devices, struct ixgbe_agent* out_agent)
static inline bool ixgbe_agent_init(struct ixgbe_device* input_device, uint8_t outputs_count, struct ixgbe_device* output_devices,
struct ixgbe_agent* out_agent)
{
#ifdef IXGBE_AGENT_OUTPUTS_COUNT
// just so we don't have to change the signature
Expand Down
26 changes: 13 additions & 13 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ constgenerics = []
queues = []

[dependencies]
libc = "0.2.119"
libc = "0.2.139"
memmap = "0.7.0"
x86_64 = { version = "0.14.8", default-features = false, features = ["instructions", "external_asm"] }
x86_64 = { version = "0.14.10", default-features = false, features = ["instructions", "external_asm"] }

[profile.release]
lto = true
Expand Down

0 comments on commit 3e9e957

Please sign in to comment.