Skip to content

Commit

Permalink
Update codspeed-criterion-compat requirement from =2.7.1 to =2.7.2 (#118
Browse files Browse the repository at this point in the history
)

Updates the requirements on
[codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/CodSpeedHQ/codspeed-rust/releases">codspeed-criterion-compat's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.2</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add prebuilt aarch64 binary by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/53">CodSpeedHQ/codspeed-rust#53</a></li>
<li>fix: allow building codspeed-rust on unsupported architectures by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/54">CodSpeedHQ/codspeed-rust#54</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.7.1...v2.7.2">https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.7.1...v2.7.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/dd5115239e2123845c20cfb0be4c77e8be479fcf"><code>dd51152</code></a>
Release 2.7.2</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/7268615abfa168686354b5c1017b9c9e3b8c5053"><code>7268615</code></a>
fix: allow building codspeed-rust on unsupported architectures</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/ed05600589f617eab813ff17b49e45b001c9ea9f"><code>ed05600</code></a>
fix(cargo-codspeed): avoid installing the target with rustup when using
cross</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/5ef62a82373f56c392356d403e40f4282fd328eb"><code>5ef62a8</code></a>
feat(cargo-codspeed): add prebuilt aarch64 binary to releases</li>
<li>See full diff in <a
href="https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.7.1...v2.7.2">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 26f2a81 commit bcb0810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = { version = "1.0.210", features = ["derive"], optional = true }
serde_json = { version = "1.0.128", optional = true }

[dev-dependencies]
codspeed-criterion-compat = "=2.7.1"
codspeed-criterion-compat = "=2.7.2"
criterion = "=0.5.1"
proptest = "=1.5.0"
rstest = "=0.23.0"
Expand Down

0 comments on commit bcb0810

Please sign in to comment.