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-lang/cargo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 08224159490f5afc9cda53ffb91911b6130ab11e
Choose a base ref
..
head repository: rust-lang/cargo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 557448f4c8bd2f7e655ad7f78b0bb12b54e5ec8a
Choose a head ref
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ version = "0.0.0"
your-face = { version = "0.0.0", path = "dependency", optional = true, default-features = false, features = ["nose", "mouth"], registry = "alternative" }

[features]
your-face = ["dep:your-face"]
your-face = ["dep:your-face"]
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ my-package2 = { version = "0.4.1", optional = true }

[features]
my-package1 = ["dep:my-package1"]
my-package2 = ["dep:my-package2"]
my-package2 = ["dep:my-package2"]