Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-bitcoin/bip324
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa7ea18a3773e7ebe9ee0b94db9f2f6a9f0a603e
Choose a base ref
..
head repository: rust-bitcoin/bip324
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61982e0a77f668cba35f49ae06a3ffc77dd049e8
Choose a head ref
Showing with 7 additions and 1 deletion.
  1. +7 −1 Cargo.toml
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[workspace]
members = ["protocol", "proxy"]
# Resolving transitive dependencies which are MSRV compliant with resolver v3,
# but that resolver version is currently only on nightly.
# but that resolver version is currently only on nightly. In order to use the
# v3 resolver follow this little runbook:
#
# 1. Update workspace resolver setting to `3`.
# 2. Hop over to a toolchain with rust version > 1.84.
# 3. Run `cargo update`.
# 4. Set workspace resolver setting back to `2`.
resolver = "2"