Skip to content

Commit ade8714

Browse files
authored
Merge pull request #319 from Dstack-TEE/pub-dstack-sdk-rs
Add dstack-sdk-type version in Cargo.toml
2 parents c9840bb + 26609ec commit ade8714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ resolver = "2"
5757
# Internal dependencies
5858
ra-rpc = { path = "ra-rpc", default-features = false }
5959
ra-tls = { path = "ra-tls" }
60-
dstack-sdk-types = { path = "sdk/rust/types", default-features = false }
60+
dstack-sdk-types = { path = "sdk/rust/types", version = "0.1.0", default-features = false }
6161
dstack-gateway-rpc = { path = "gateway/rpc" }
6262
dstack-kms-rpc = { path = "kms/rpc" }
6363
dstack-guest-agent-rpc = { path = "guest-agent/rpc" }

0 commit comments

Comments
 (0)