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.
2 parents c9840bb + 26609ec commit ade8714Copy full SHA for ade8714
Cargo.toml
@@ -57,7 +57,7 @@ resolver = "2"
57
# Internal dependencies
58
ra-rpc = { path = "ra-rpc", default-features = false }
59
ra-tls = { path = "ra-tls" }
60
-dstack-sdk-types = { path = "sdk/rust/types", default-features = false }
+dstack-sdk-types = { path = "sdk/rust/types", version = "0.1.0", default-features = false }
61
dstack-gateway-rpc = { path = "gateway/rpc" }
62
dstack-kms-rpc = { path = "kms/rpc" }
63
dstack-guest-agent-rpc = { path = "guest-agent/rpc" }
0 commit comments