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 28b5cb1 commit 9d21153Copy full SHA for 9d21153
tests/testsuite/registry.rs
@@ -3202,6 +3202,7 @@ fn ignores_unknown_index_version(expected: impl IntoData) {
3202
3203
#[cargo_test]
3204
fn unknown_index_version_error() {
3205
+ Package::new("bar", "0.0.1").publish();
3206
// If the version field is not understood, it is ignored.
3207
Package::new("bar", "1.0.1")
3208
.schema_version(u32::MAX)
@@ -3238,6 +3239,7 @@ required by package `foo v0.1.0 ([ROOT]/foo)`
3238
3239
3240
3241
fn unknown_index_version_with_msrv_error() {
3242
3243
3244
3245
0 commit comments