Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit c912418

Browse files
committed
fix: Ignore hyper for udep
Signed-off-by: Dan Sover <[email protected]>
1 parent 945f6df commit c912418

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"./Cargo.toml"
4+
],
5+
"rust-analyzer.showUnlinkedFileNotification": false
6+
}

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,4 @@ doctest = false
318318
[package.metadata.cargo-udeps.ignore]
319319
build = ["protoc-gen-prost", "protoc-gen-tonic"]
320320
development = ["id-manager", "tokio", "tokio-test", "tonic-reflection", "random-manager", "tempfile"]
321-
normal = []
321+
normal = ["hyper"]

0 commit comments

Comments
 (0)