cargo version 0.2.0

This commit is contained in:
2023-02-17 18:05:33 +01:00
parent 571963163f
commit bec62de62f
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ description = "A dagger sdk for rust, written in rust"
[dependencies]
base64 = "0.21.0"
dagger-core = { path = "../dagger-core" }
dagger-core = { path = "../dagger-core", version = "0.2.0" }
eyre = "0.6.8"
futures = "0.3.26"