From 0dd537dc14e849be68f8167d78bf1937d47785fc Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 13 Sep 2019 11:27:39 -0400 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2ef1d0..db9d10a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "rs-kilo" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 05b992c..64a8ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rs-kilo" -version = "0.1.0" -authors = ["Timothy Warren "] +version = "0.2.0" +authors = ["Timothy Warren "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html