Skip to content

Commit e8b2d89

Browse files
committed
Rust sdk v0.1.2
1 parent d831052 commit e8b2d89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

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

0 commit comments

Comments
 (0)