Release dagger-rs v0.2.10

This commit is contained in:
Kasper Juul Hermansen 2023-02-20 10:25:15 +01:00
parent 0c21d58c71
commit dc3487b840
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

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.3" }
dagger-core = { path = "../dagger-core", version = "0.2.3" }
base64 = "0.21.0"
eyre = "0.6.8"