forked from Cutieguwu/raven
Bump subprocess and toml. Also remove the demo project I accidentally
pushed.
This commit is contained in:
@@ -7,13 +7,10 @@ pub enum Error {
|
||||
EmptyStdout,
|
||||
|
||||
#[from]
|
||||
Io(io::Error),
|
||||
Io(std::io::Error),
|
||||
|
||||
NthOutOfBounds,
|
||||
|
||||
#[from]
|
||||
Semver(semver::Error),
|
||||
|
||||
#[from]
|
||||
StdIo(std::io::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user