Skip to content

Remove crate-renaming - #1544

Merged
evanlinjin merged 1 commit into
bitcoindevkit:masterfrom
evanlinjin:rm_serde_crate_rename
Aug 9, 2024
Merged

Remove crate-renaming#1544
evanlinjin merged 1 commit into
bitcoindevkit:masterfrom
evanlinjin:rm_serde_crate_rename

Conversation

@evanlinjin

@evanlinjin evanlinjin commented Aug 9, 2024

Copy link
Copy Markdown
Member

Description

Rust 1.60 introduces "namespaced features" so we can add a dependency without implicitly also defining a feature of the same name.

We can now get rid of crate-renaming and use "namespaced features" instead.

Thanks to @LLFourn for pointing this out.

Changelog notice

  • Remove crate-renaming in bdk_chain and use "namespaced features" instead.

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

@evanlinjin evanlinjin self-assigned this Aug 9, 2024
@evanlinjin
evanlinjin force-pushed the rm_serde_crate_rename branch from 17b6f9d to f102b20 Compare August 9, 2024 06:06
@evanlinjin
evanlinjin force-pushed the rm_serde_crate_rename branch from f102b20 to 318ce09 Compare August 9, 2024 06:07
@evanlinjin evanlinjin added the dependencies Pull requests that update a dependency file label Aug 9, 2024
@LLFourn

LLFourn commented Aug 9, 2024

Copy link
Copy Markdown
Collaborator

ACK 318ce09

@evanlinjin
evanlinjin merged commit 4545458 into bitcoindevkit:master Aug 9, 2024
@notmandatory notmandatory mentioned this pull request Aug 25, 2024
31 tasks
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

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants