chore: with version 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-12 21:37:22 +02:00
parent 2482987daf
commit 82289f2552
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -343,7 +343,7 @@ dependencies = [
[[package]]
name = "dagger-cuddle-please"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"async-trait",
"dagger-sdk",
@ -352,7 +352,7 @@ dependencies = [
[[package]]
name = "dagger-rust"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"async-trait",
"dagger-sdk",

View File

@ -3,7 +3,7 @@ members = ["crates/*", "examples/*", "ci"]
resolver = "2"
[workspace.package]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["kjuulh <contact@kjuulh.io>"]