pin more versions
This commit is contained in:
+12
-11
@@ -5,15 +5,16 @@ edition = "2021"
|
||||
description = "pacdef main library"
|
||||
|
||||
[dependencies]
|
||||
alpm = "*"
|
||||
anyhow = "*"
|
||||
clap = "*"
|
||||
path-absolutize = "*"
|
||||
regex = "*"
|
||||
serde_json = "*"
|
||||
serde_yaml = "*"
|
||||
serde_derive = "*"
|
||||
serde = "*"
|
||||
termios = "*"
|
||||
alpm = "2.2"
|
||||
anyhow = "1.0"
|
||||
clap = "4.1"
|
||||
path-absolutize = "3.0"
|
||||
regex = "1.7"
|
||||
termios = "0.3"
|
||||
|
||||
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"}
|
||||
|
||||
Reference in New Issue
Block a user