Skip to content

Commit f67b4f6

Browse files
committed
release: dstack-sdk 0.1.3
1 parent 2deeab7 commit f67b4f6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -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.2", default-features = false }
64+
dstack-sdk-types = { path = "sdk/rust/types", version = "0.1.3", 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" }

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.2"
10+
version = "0.1.3"
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.2"
8+
version = "0.1.3"
99
edition = "2021"
1010
license = "MIT"
1111
description = "This crate provides rust types for communication with dstack"

0 commit comments

Comments
 (0)