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 623cd16 commit 6648c2fCopy full SHA for 6648c2f
1 file changed
Cargo.toml
@@ -25,6 +25,7 @@ readme = "README.md"
25
26
[patch.crates-io]
27
terraphim_service = { version = "1.20.5", registry = "terraphim" }
28
+rustls-webpki = { git = "https://github.com/rustls/webpki.git", tag = "v/0.103.12" }
29
30
[workspace.dependencies]
31
tokio = { version = "1.0", features = ["full"] }
@@ -42,9 +43,6 @@ tempfile = "3.27"
42
43
rustls = { version = "0.23", default-features = false }
44
rustls-webpki = "0.103.12"
45
-[patch.crates-io]
46
-rustls-webpki = { git = "https://github.com/rustls/webpki.git", tag = "v/0.103.12" }
47
-
48
[profile.release]
49
panic = "unwind"
50
lto = false
0 commit comments