We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a006e commit e7f1009Copy full SHA for e7f1009
tests/testsuite/update.rs
@@ -1478,6 +1478,7 @@ fn precise_yanked_multiple_presence() {
1478
fn report_behind() {
1479
Package::new("breaking", "0.1.0").publish();
1480
Package::new("breaking", "0.2.0").publish();
1481
+ Package::new("breaking", "0.2.1-alpha.0").publish();
1482
let p = project()
1483
.file(
1484
"Cargo.toml",
@@ -1499,7 +1500,7 @@ fn report_behind() {
1499
1500
.with_stderr(
1501
"\
1502
[UPDATING] `dummy-registry` index
-[UPDATING] breaking v0.1.0 -> v0.1.1 (latest: v0.2.0)
1503
+[UPDATING] breaking v0.1.0 -> v0.1.1 (latest: v0.2.1-alpha.0)
1504
",
1505
)
1506
.run();
0 commit comments