1
0
Fork 0
forked from wry/wry

all: release 1.0

This commit is contained in:
Julian Orth 2024-04-07 13:58:58 +02:00
parent a64b9e99d9
commit 2136f13795
6 changed files with 21 additions and 8 deletions

View file

@ -9,7 +9,7 @@ description = "Internal dependency of the Jay compositor"
crate-type = ["lib", "cdylib"]
[dependencies]
jay-config = { path = "../jay-config" }
jay-config = { version = "1.0.0", path = "../jay-config" }
log = "0.4.14"
thiserror = "1.0.57"
error_reporter = "1.0.0"