diff --git a/Cargo.lock b/Cargo.lock index 78e43f0c..dc3cb771 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plato" -version = "0.7.9" +version = "0.8.0" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3079a9f8..2cf2c3e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bastien Dejean "] name = "plato" -version = "0.7.9" +version = "0.8.0" edition = "2018" [[bin]]