Skip to content

Commit

Permalink
chore(rust-sdk): bump v0.6.2 (dagger#5405)
Browse files Browse the repository at this point in the history
* chore(rust-sdk): bump 0.6.2

Signed-off-by: kjuulh <contact@kjuulh.io>
  • Loading branch information
kjuulh committed Jul 14, 2023
1 parent 4842448 commit d1c6160
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 67 deletions.
66 changes: 33 additions & 33 deletions sdk/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
[workspace.dependencies]
dagger-codegen = { path = "crates/dagger-codegen", version = "^0.2.5" }
dagger-bootstrap = { path = "crates/dagger-bootstrap", version = "^0.2.10" }
dagger-sdk = { path = "crates/dagger-sdk", version = "^0.2.19" }
dagger-sdk = { path = "crates/dagger-sdk", version = "^0.2.23" }

eyre = "0.6.8"
color-eyre = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/crates/dagger-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dagger-sdk"
version = "0.2.22"
version = "0.2.23"
edition = "2021"
readme = "README.md"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/crates/dagger-sdk/src/core/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const DAGGER_ENGINE_VERSION: &'static str = "0.5.1";
pub const DAGGER_ENGINE_VERSION: &'static str = "0.6.2";

pub mod cli_session;
pub mod config;
Expand Down
Loading

0 comments on commit d1c6160

Please sign in to comment.