Skip to content

Commit 35e20fe

Browse files
committed
fix(sdk): align workspace dep pin with crate version
The workspace dependency pin for dstack-sdk-types was at 0.1.1 while both crates have been at 0.1.2 since release. This pin had no effect on the path-based dependency resolution but blocked crates.io publishing (cargo refuses if the version in workspace.dependencies doesn't exist).
1 parent d7f37f9 commit 35e20fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resolver = "2"
6161
# Internal dependencies
6262
ra-rpc = { path = "ra-rpc", default-features = false }
6363
ra-tls = { path = "ra-tls" }
64-
dstack-sdk-types = { path = "sdk/rust/types", version = "0.1.1", default-features = false }
64+
dstack-sdk-types = { path = "sdk/rust/types", version = "0.1.2", default-features = false }
6565
dstack-gateway-rpc = { path = "gateway/rpc" }
6666
dstack-kms-rpc = { path = "kms/rpc" }
6767
dstack-guest-agent-rpc = { path = "guest-agent/rpc" }

0 commit comments

Comments
 (0)