pin more versions

This commit is contained in:
steven-omaha
2023-02-14 12:33:20 +01:00
parent 45bb1d0d8d
commit fa49e1a187
3 changed files with 16 additions and 15 deletions
+12 -11
View File
@@ -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"}