Skip to content

Commit 5972b10

Browse files
authored
Merge pull request #336 from Dstack-TEE/rust-sdk-0.1.1
rust-sdk v0.1.1
2 parents c38936b + 5e9a551 commit 5972b10

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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", version = "0.1.0", default-features = false }
60+
dstack-sdk-types = { path = "sdk/rust/types", version = "0.1.1", 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" }

sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "dstack-sdk"
10-
version = "0.1.0"
10+
version = "0.1.1"
1111
edition = "2021"
1212
license = "MIT"
1313
description = "This crate provides a rust client for communicating with dstack"

sdk/rust/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "dstack-sdk-types"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
edition = "2021"
1010
license = "MIT"
1111
description = "This crate provides rust types for communication with dstack"

0 commit comments

Comments
 (0)