-
Notifications
You must be signed in to change notification settings - Fork 98
Commit 095e782
Merge #386
386: Update core_affinity requirement from 0.5 to 0.7 r=mkroening a=dependabot[bot]
Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/d217f7ff731980d2f94c4d3081c13e37b73014f6"><code>d217f7f</code></a> Bumped version</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/e58efabae410452b6edfa067fcc89e8655e1216f"><code>e58efab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/15">#15</a> from stlankes/patch-1</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/7c791d4a97685783dc9f75de686e8146da1f7b24"><code>7c791d4</code></a> Fix set_for_current_helper</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/87b3371bfd45bf5b913d988262886a887d467bee"><code>87b3371</code></a> Bumped version number to fix bug on OSX</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/130f543b291b4e6358bf66afd880df488017a7f9"><code>130f543</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/14">#14</a> from nicolas-siplis/master</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/19c66423031e3eb6437b83b280c7098ed666ddc0"><code>19c6642</code></a> Bumped version number</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/7503ef474eee85d44c1aad812a8abc47f0789883"><code>7503ef4</code></a> Fixed Windows issue</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/fd075a63096fe429b10cc502c6520666acd34ab5"><code>fd075a6</code></a> Fix set_for_current_helper in macOS.</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/805b476e7354430c9fa40f852d769f4db6c41918"><code>805b476</code></a> Updated documentation to make it clear that core_affinity::get_core_ids() onl...</li>
<li><a href="https://github.com/Elzair/core_affinity_rs/commit/79765a1dbfb1b94d5c261271be411811bed31a2c"><code>79765a1</code></a> Updated example in README.md with new API</li>
<li>Additional commits viewable in <a href="https://github.com/Elzair/core_affinity_rs/compare/0.5.0...0.7.6">compare view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- benches/netbench
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedbenches/netbench/Cargo.toml
Copy file name to clipboardExpand all lines: benches/netbench/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
0 commit comments