From 3c12488286761bfcc5ee16c1dba66bce66aac7dc Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Tue, 13 Sep 2022 19:14:23 +0100 Subject: [PATCH] Bump version, update to rust 2021 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e1da87..1ea25fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,13 +862,13 @@ checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" [[package]] name = "iso7010_a_day" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "image", "itertools", "oauth1", - "rand 0.8.4", + "rand 0.7.3", "regex", "reqwest", "resvg", diff --git a/Cargo.toml b/Cargo.toml index efef566..7607740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "iso7010_a_day" description = "A silly twitter bot" -version = "0.1.0" -edition = "2018" +version = "0.2.0" +edition = "2021" [dependencies] reqwest = { version = "0.11", features = ["blocking", "json", "multipart"]}