Skip to content

Commit 77ae75b

Browse files
committed
fix(release): pin terraphim_service patch exactly
1 parent a47b2b1 commit 77ae75b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
]
1515

1616
[workspace.package]
17-
version = "1.21.6"
17+
version = "1.21.7"
1818
edition = "2024"
1919
authors = ["Terraphim Team <team@terraphim.ai>"]
2020
documentation = "https://terraphim.ai"
@@ -24,7 +24,7 @@ license = "Apache-2.0"
2424
readme = "README.md"
2525

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

3030
[workspace.dependencies]

0 commit comments

Comments
 (0)