Release dagger-core v0.2.6, dagger-codegen v0.2.7, dagger-sdk v0.2.12

This commit is contained in:
2023-02-20 12:07:33 +01:00
parent 1f77d90c0f
commit 7179f8b598
8 changed files with 46 additions and 9 deletions

View File

@@ -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 = { path = "../dagger-core", version = "^0.2.5" }
dagger-core = { path = "../dagger-core", version = "^0.2.6" }
base64 = "0.21.0"
eyre = "0.6.8"