-
Notifications
You must be signed in to change notification settings - Fork 87
Build(deps): Bump cfg-if from 1.0.0 to 1.0.1 #3689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## latest #3689 +/- ##
=======================================
Coverage 88.21% 88.21%
=======================================
Files 137 137
Lines 23534 23534
Branches 2275 2275
=======================================
Hits 20760 20760
Misses 2463 2463
Partials 311 311
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@dependabot rebase |
5e321f0
to
fbed8ab
Compare
@dependabot rebase |
Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
fbed8ab
to
b0d2a54
Compare
whoops, I think #3687 broke the ubuntu latest build. I may need to revert. |
b0d2a54
to
6a53516
Compare
@dependabot rebase |
Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6a53516
to
6eba862
Compare
…io/sourmash into dependabot/cargo/cfg-if-1.0.1
Looks like I forgot to actually release r0.21.0 prior to [release v4.9.2](#3667), which may be causing pyodide compile fail here: pyodide/pyodide-recipes#134 ## [0.21.0] - 2025-06-28 MSRV: 1.74 Changes/additions: * make `RevIndex.len()` and `RevIndex.signatures()` use picklist, if set (#3647) * try fixing inline variables in rust `println!` (#3640) Updates: * Build(deps): Bump cfg-if from 1.0.0 to 1.0.1 (#3689) * Build(deps): Bump roaring from 0.10.12 to 0.11.0 (#3702) * Build(deps): Bump getset from 0.1.5 to 0.1.6 (#3700) * Build(deps): Bump proptest from 1.6.0 to 1.7.0 (#3674) * Build(deps): Bump camino from 1.1.9 to 1.1.10 (#3669) * Build(deps): Bump criterion from 0.5.1 to 0.6.0 (#3655) * Build(deps): Bump tempfile from 3.19.1 to 3.20.0 (#3639)
Cleanup and documentation updates: * minor updates to release docs (#3695) * small docs fixes and updates (#3681) Developer updates: * release core 0.21.0 (#3712) Dependabot updates: * Build(deps): Bump camino from 1.1.9 to 1.1.10 (#3669) * Build(deps): Bump cfg-if from 1.0.0 to 1.0.1 (#3689) * Build(deps): Bump conda-incubator/setup-miniconda from 3.1.1 to 3.2.0 (#3676) * Build(deps): Bump getset from 0.1.5 to 0.1.6 (#3700) * Build(deps): Bump prefix-dev/setup-pixi from 0.8.8 to 0.8.10 (#3688) * Build(deps): Bump proptest from 1.6.0 to 1.7.0 (#3674) * Build(deps): Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#3687) * Build(deps): Bump roaring from 0.10.12 to 0.11.0 (#3702) * Build(deps): Update maturin requirement from <1.9.0,>=1 to >=1,<1.10.0 (#3699) * Build(deps): Update pytest requirement from <8.4.0,>=6.2.4 to >=6.2.4,<8.5.0 (#3670) * EXP: Revert "Build(deps): Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#3687) (#3691) * [pre-commit.ci] pre-commit autoupdate (#3668) * [pre-commit.ci] pre-commit autoupdate (#3673) * [pre-commit.ci] pre-commit autoupdate (#3698)
Bumps cfg-if from 1.0.0 to 1.0.1.
Release notes
Sourced from cfg-if's releases.
Changelog
Sourced from cfg-if's changelog.
Commits
dbfd663
chore: release v1.0.11cc10c7
Removecompiler-builtins
fromrustc-dep-of-std
dependencies0314c2b
ci: Fix the release job branchee3062f
Remove redundant configuration from Cargo.toml3e3936e
cleanup: Remove trailing whitespace0f01eff
ci: Add a release job4edf327
Merge pull request #83 from rust-lang/dependabot/github_actions/actions/check...d16050a
Bump actions/checkout from 4.2.1 to 4.2.2b01c675
Merge pull request #82 from rust-lang/dependabot/github_actions/actions/check...fdd1c00
Bump actions/checkout from 4.2.0 to 4.2.1Dependabot 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 commands and options
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)