pin minor crate versions
This commit is contained in:
+11
-11
@@ -10,19 +10,19 @@ repository = "https://github.com/steven-omaha/pacdef"
|
||||
members = ["crates/main", "crates/macros", "crates/core"]
|
||||
|
||||
[dependencies]
|
||||
alpm = "*"
|
||||
anyhow = "*"
|
||||
clap = "*"
|
||||
path-absolutize = "*"
|
||||
regex = "*"
|
||||
termios = "*"
|
||||
alpm = "2.2"
|
||||
anyhow = "1.0"
|
||||
clap = "4.1"
|
||||
path-absolutize = "3.0"
|
||||
regex = "1.7"
|
||||
termios = "0.3"
|
||||
|
||||
serde_json = "*"
|
||||
serde_yaml = "*"
|
||||
serde_derive = "*"
|
||||
serde = "*"
|
||||
serde_json = "1.0"
|
||||
serde_yaml = "0.9"
|
||||
serde_derive = "1.0"
|
||||
serde = "1.0"
|
||||
|
||||
macros = {path = "crates/macros", version = "*"}
|
||||
macros = {path = "crates/macros", version = "0.1"}
|
||||
core = {path = "crates/core", version = "1.0.0-beta2"}
|
||||
|
||||
[[bin]]
|
||||
|
||||
Reference in New Issue
Block a user