Skip to content

Commit c7490bf

Browse files
committed
Update registry-conformance to skip tests broken in Rust 1.84
1 parent 13f00dc commit c7490bf

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lint_groups_priority = { level = "allow", priority = 1 } # Remove after 1.80. ht
2929

3030
[workspace.dependencies]
3131
argh = { version = "0.1.12", default-features = false }
32-
registry-conformance = { version = "0.5.2", registry = "registry-conformance" }
32+
registry-conformance = { version = "0.5.3", registry = "registry-conformance" }
3333
snafu = { version = "0.8.2", default-features = false, features = ["rust_1_65", "std"] }
3434
tokio = { version = "1.37.0", default-features = false, features = ["macros", "process", "rt-multi-thread"] }
3535

0 commit comments

Comments
 (0)