diff --git a/Cargo.lock b/Cargo.lock index 8142596c..a9debbc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,7 +656,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plato" -version = "0.8.7" +version = "0.8.8" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5f18ce2a..afe9bff5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.8.7" +version = "0.8.8" edition = "2018" [[bin]]