all: release 1.0
This commit is contained in:
parent
a64b9e99d9
commit
2136f13795
6 changed files with 21 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jay-compositor"
|
||||
version = "0.1.0"
|
||||
version = "1.0.1"
|
||||
edition = "2021"
|
||||
build = "build/build.rs"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
@ -22,9 +22,9 @@ panic = "abort"
|
|||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
jay-config = { path = "jay-config" }
|
||||
jay-toml-config = { path = "toml-config" }
|
||||
jay-algorithms = { path = "algorithms" }
|
||||
jay-config = { version = "1.0.0", path = "jay-config" }
|
||||
jay-toml-config = { version = "0.1.0", path = "toml-config" }
|
||||
jay-algorithms = { version = "0.1.0", path = "algorithms" }
|
||||
|
||||
uapi = "0.2.13"
|
||||
thiserror = "1.0.56"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue