pin more versions
This commit is contained in:
+12
-11
@@ -5,15 +5,16 @@ edition = "2021"
|
|||||||
description = "pacdef main library"
|
description = "pacdef main library"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
alpm = "*"
|
alpm = "2.2"
|
||||||
anyhow = "*"
|
anyhow = "1.0"
|
||||||
clap = "*"
|
clap = "4.1"
|
||||||
path-absolutize = "*"
|
path-absolutize = "3.0"
|
||||||
regex = "*"
|
regex = "1.7"
|
||||||
serde_json = "*"
|
termios = "0.3"
|
||||||
serde_yaml = "*"
|
|
||||||
serde_derive = "*"
|
|
||||||
serde = "*"
|
|
||||||
termios = "*"
|
|
||||||
|
|
||||||
macros = {path = "../macros", version = "*"}
|
serde_json = "1.0"
|
||||||
|
serde_yaml = "0.9"
|
||||||
|
serde_derive = "1.0"
|
||||||
|
serde = "1.0"
|
||||||
|
|
||||||
|
macros = {path = "../macros", version = "0.1"}
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ edition = "2021"
|
|||||||
description = "procedural macros for pacdef"
|
description = "procedural macros for pacdef"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "*"
|
proc-macro2 = "1.0"
|
||||||
quote = "*"
|
quote = "1.0"
|
||||||
syn = "*"
|
syn = "1.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ name = "pacdef"
|
|||||||
path = "main.rs"
|
path = "main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "*"
|
anyhow = "1.0"
|
||||||
core = { path = "../core", version = "1.0.0-beta2" }
|
core = { path = "../core", version = "1.0.0-beta2" }
|
||||||
|
|||||||
Reference in New Issue
Block a user