Skip to content

build(deps): bump actions-rust-lang/setup-rust-toolchain from 1.15.2 to 1.15.4#35

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.15.4
Closed

build(deps): bump actions-rust-lang/setup-rust-toolchain from 1.15.2 to 1.15.4#35
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.15.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps actions-rust-lang/setup-rust-toolchain from 1.15.2 to 1.15.4.

Release notes

Sourced from actions-rust-lang/setup-rust-toolchain's releases.

v1.15.4

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.3...v1.15.4

v1.15.3

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.2...v1.15.3

Changelog

Sourced from actions-rust-lang/setup-rust-toolchain's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.16.0] - 2026-04-13

  • Add new parameter cache-save-if that is propagated to Swatinem/rust-cache as save-if (#90 by @​ChanTsune)

[1.15.4] - 2026-03-15

  • Bump Swatinem/rust-cache from 2.8.2 to 2.9.1 (#87 by @​hyperfinitism) This gets rid of the warnings about Node.js 20.

[1.15.3] - 2026-03-01

  • Bump Swatinem/rust-cache from 2.8.1 to 2.8.2

[1.15.2] - 2025-10-04

  • Fix: Run the version detection steps in the selected rust-src-dir directory. This should enable the version selection even without a default toolchain installed. Fixes #74.

[1.15.1] - 2025-09-23

  • Update Swatinem/rust-cache to v2.8.1

[1.15.0] - 2025-09-14

  • Add support for non-root source directory. Accept source code and rust-toolchain.toml file in subdirectories of the repository. Adds a new parameter rust-src-dir that controls the lookup for toolchain files and sets a default value for the cache-workspace input. (#69 by @​Kubaryt)

[1.14.1] - 2025-08-28

[1.14.0] - 2025-08-23

  • Add new parameters cache-all-crates and cache-workspace-crates that are propagated to Swatinem/rust-cache as cache-all-crates and cache-workspace-crates

[1.13.0] - 2025-06-16

  • Add new parameter cache-provider that is propagated to Swatinem/rust-cache as cache-provider (#65 by @​mindrunner)

... (truncated)

Commits
  • 2b1f5e9 Update CHANGELOG for version 1.16.0
  • 9030f3d Merge pull request #90 from ChanTsune/feat/cache-save-if
  • 186b99e feat: add cache-save-if input to propagate save-if to Swatinem/rust-cache
  • d197c15 Merge pull request #88 from ryuapp/chore/update-chekcout-v6-on-readme
  • fa057b4 Update actions/checkout to v6 on README
  • 150fca8 Update CHANGELOG for version 1.15.4
  • aa63f57 Merge pull request #87 from hyperfinitism/deps/bump-rust-cache
  • 229ed07 deps: Bump Swatinem/rust-cache from 2.8.2 to 2.9.1
  • a0b538f Update changelog
  • e0e53f1 Merge pull request #85 from xtqqczze/gitignore
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 23, 2026
luisschwab added a commit that referenced this pull request Apr 16, 2026
b32b083 chore(deps): switch from `corepc-node` to `bitcoind` v0.37.0 (Luis Schwab)
62a2d7f chore(deps): bump `corepc-types` to v0.12.0 (Luis Schwab)
f89c1c1 chore(ci): trigger audit on lockfile changes (Luis Schwab)
5b32b19 chore(ci): bump `zizmorcore/zizmor-action` to v0.5.2 (Luis Schwab)
8058f93 chore: rename package to `bdk_bitcoind_client` (Luis Schwab)
c39cdce chore: use `core::` where applicable (Luis Schwab)
6afc2e6 chore(doc): update README (Luis Schwab)
c37de51 chore: run `just pre-push` (Luis Schwab)
107043a feat(ci): use `cargo-rbmt` for CI and local testing (Luis Schwab)

Pull request description:

  Closes #30
  Closes #38
  Overrides #25
  Overrides #34
  Overrides #35

  This PR moves CI and local testing to [`cargo-rbmt`](https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools/tree/master/cargo-rbmt).

  ## Changelog
  ```
  - Introduce `cargo-rbmt`:
    - Update CI flows to use `cargo-rbmt`
    - Update `justfile` to use `cargo rbmt *` commands
    - Commit `Cargo-minimal.lock` and `Cargo-recent.lock` and delete `Cargo.lock`

  - Rename package to `bdk_bitcoind_client`
  - Fix incorrect MSRV on `Cargo.toml`
  - Remove unused `jsonrpc` features (these should be re-added if/when the corresponding functionality is implemented here)
  - Add `SPDX-License-Identifier: MIT OR Apache-2.0` on all files
  - Add `sigs.yml` job for asserting that all commits in the branch are PGP-signed
  - Use `core::` where applicable

  - Update `README.md`:
    - Add missing badges
    - Add pointers for `cargo-rbtm` and new recipes
    - Fix nits

  - Bump corepc-types to v0.12.0
  - Switch from `corepc-node` to `bitcoind` v0.37.0
   ```

ACKs for top commit:
  ValuedMammal:
    ACK b32b083

Tree-SHA512: 82f9600061177cb174ceb31231239735b6511a20820dc55e321e9d499dcd441c37cfcd118ea1983f08863fb3c50eac9427f65d5189a7d1e6dc13d533cb9a7f0e
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/setup-rust-toolchain@1780873...150fca8)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-version: 1.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.15.4 branch from b07c381 to c381477 Compare April 16, 2026 16:39
@luisschwab luisschwab closed this Apr 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.15.4 branch April 18, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant