with wildcard version

This commit is contained in:
2023-02-17 18:09:44 +01:00
parent bec62de62f
commit 533b9dfef0
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", version = "0.2.0" }
dagger-core = { path = "../dagger-core", version = "*" }
eyre = "0.6.8"
futures = "0.3.26"