Skip to content

Commit 9e1f2e4

Browse files
Update core_affinity requirement from 0.7 to 0.8
Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version. - [Release notes](https://github.com/Elzair/core_affinity_rs/releases) - [Commits](Elzair/core_affinity_rs@0.7.0...0.8.0) --- updated-dependencies: - dependency-name: core_affinity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d68969 commit 9e1f2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/netbench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "A Rust program to measure bandwidth or latency over a Rust TCP co
1111
[dependencies]
1212
bytes = "1.1"
1313
clap = "2.34"
14-
core_affinity = "0.7"
14+
core_affinity = "0.8"
1515
hdrhist = "0.5"
1616

1717
[target.'cfg(target_os = "hermit")'.dependencies.hermit-sys]

0 commit comments

Comments
 (0)