Skip to content

Commit 10f9017

Browse files
authored
Merge pull request #819 from hermit-os/dependabot/cargo/syscalls-0.7.0
build(deps): bump syscalls from 0.6.18 to 0.7.0
2 parents a3a531f + ce02966 commit 10f9017

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/micro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aarch64-cpu = "10"
1717
riscv = "0.15"
1818

1919
[target.'cfg(target_os = "linux")'.dependencies]
20-
syscalls = { version = "0.6", default-features = false }
20+
syscalls = { version = "0.7", default-features = false }
2121

2222
[features]
2323
default = ["hermit/acpi", "hermit/pci", "hermit/smp"]

0 commit comments

Comments
 (0)