Skip to content

Commit ce02966

Browse files
build(deps): bump syscalls from 0.6.18 to 0.7.0
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.18 to 0.7.0. - [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md) - [Commits](jasonwhite/syscalls@0.6.18...0.7.0) --- updated-dependencies: - dependency-name: syscalls dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3a531f commit ce02966

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)