forked from Cutieguwu/raven
Bump subprocess and toml. Also remove the demo project I accidentally
pushed.
This commit is contained in:
@@ -17,7 +17,6 @@ publish = false
|
||||
#
|
||||
cli = { path = "crates/cli" }
|
||||
fs = { path = "crates/fs" }
|
||||
io = { path = "crates/io" }
|
||||
java = { path = "crates/java" }
|
||||
core = { path = "crates/core" }
|
||||
pom = { path = "crates/pom" }
|
||||
@@ -34,8 +33,8 @@ lenient_semver = "0.4.2"
|
||||
pathsub = "0.1.1"
|
||||
ron = "0.12.0"
|
||||
sha256 = "1.6"
|
||||
subprocess = "0.2.13"
|
||||
toml = "0.9.11"
|
||||
subprocess = "1.0"
|
||||
toml = "1.0"
|
||||
|
||||
derive_more = { version = "2.1", features = ["display", "from"] }
|
||||
semver = { version = "1.0",features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user