Skip to content

Commit 6648c2f

Browse files
committed
fix: merge duplicate [patch.crates-io] sections Refs terraphim/terraphim-ai#release
1 parent 623cd16 commit 6648c2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ readme = "README.md"
2525

2626
[patch.crates-io]
2727
terraphim_service = { version = "1.20.5", registry = "terraphim" }
28+
rustls-webpki = { git = "https://github.com/rustls/webpki.git", tag = "v/0.103.12" }
2829

2930
[workspace.dependencies]
3031
tokio = { version = "1.0", features = ["full"] }
@@ -42,9 +43,6 @@ tempfile = "3.27"
4243
rustls = { version = "0.23", default-features = false }
4344
rustls-webpki = "0.103.12"
4445

45-
[patch.crates-io]
46-
rustls-webpki = { git = "https://github.com/rustls/webpki.git", tag = "v/0.103.12" }
47-
4846
[profile.release]
4947
panic = "unwind"
5048
lto = false

0 commit comments

Comments
 (0)