Release dagger-core v0.2.11, dagger-sdk v0.2.22

This commit is contained in:
2023-04-30 10:56:53 +02:00
parent 2a29a66217
commit 40ece05140
6 changed files with 66 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "dagger-sdk"
version = "0.2.21"
version = "0.2.22"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.MIT"
@@ -11,7 +11,7 @@ publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-core = { workspace = true, version = "0.2.10" }
dagger-core = { workspace = true, version = "^0.2.11" }
eyre = { workspace = true }
tokio = { workspace = true }