Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ versions rather than blindly upgrading.
Name | Crate | Repository
---|---|---
miniscript | [miniscript](https://crates.io/crates/miniscript) | [rust-miniscript](https://github.com/rust-bitcoin/rust-miniscript)
bitcoind | [bitcoind](https://crates.io/crates/bitcoind) | [bitcoind](https://github.com/rust-bitcoin/bitcoind)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these 2 be moved to the Archived crates section below?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I see that bitcoind has not been properly archived yet

bitcoincore-rpc | [bitcoincore-rpc](https://crates.io/crates/bitcoincore-rpc) | [rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc)
bip39 | [bip39](https://crates.io/crates/bip39) | [rust-bip39](https://github.com/rust-bitcoin/rust-bip39)
bip47 | [bip47](https://crates.io/crates/bip47) | [rust-bip47](https://github.com/rust-bitcoin/rust-bip47)
bip322 | [bip322](https://crates.io/crates/bip322) | [bip322](https://github.com/rust-bitcoin/bip322)
murmel | [murmel](https://crates.io/crates/murmel) | [murmel](https://github.com/rust-bitcoin/murmel)
hammersbald | [hammersbald](https://crates.io/crates/hammersbald) | [hammersbald](https://github.com/rust-bitcoin/hammersbald)
bitcoin-bech32 | [bitcoin-bech32](https://crates.io/crates/bitcoin-bech32) | [rust-bech32-bitcoin](https://github.com/rust-bitcoin/rust-bech32-bitcoin)
corepc | [corepc](https://crates.io/crates/corepc-node) | [corepc](https://github.com/rust-bitcoin/corepc)
corepc-node | [corepc-node](https://crates.io/crates/corepc-node) | [corepc](https://github.com/rust-bitcoin/corepc)
corepc-client | [corepc-client](https://crates.io/crates/corepc-client) | [corepc](https://github.com/rust-bitcoin/corepc)
corepc-types | [corepc-types](https://crates.io/crates/corepc-types) | [corepc](https://github.com/rust-bitcoin/corepc)
bitcoin-payment-instructions | [bitcoin-payment-instructions](https://crates.io/crates/bitcoin-payment-instructions) | [bitcoin-payment-instructions](https://github.com/rust-bitcoin/bitcoin-payment-instructions)

## Non-crate repositories
Expand Down