From c8915f828fe2c81cb0b7d7c18f192b052d30ab13 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Sat, 23 Jul 2022 00:50:03 +0200 Subject: [PATCH] bumped edition and version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a07b37..b0fac4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "reel-moby" -version = "1.0.0" +version = "1.2.1" dependencies = [ "chrono", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 9bbb76f..8692a64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "reel-moby" -version = "1.0.0" -edition = "2018" +version = "1.2.1" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html