From 02a9a4a35de864673dd0de29a1e1bfd5d9b37289 Mon Sep 17 00:00:00 2001 From: Felix Wittwer Date: Fri, 22 Oct 2021 20:36:39 +0200 Subject: [PATCH] Bump project to Rust 2021 (#123) --- Cargo.toml | 2 +- libs/badge/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6660b67..3777373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "shiny-robots" version = "0.1.0" authors = ["Sam Rijs "] -edition = "2018" +edition = "2021" [workspace] members = [ diff --git a/libs/badge/Cargo.toml b/libs/badge/Cargo.toml index b4678fe..f187595 100644 --- a/libs/badge/Cargo.toml +++ b/libs/badge/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Onur Aslan "] license-file = "LICENSE" repository = "https://github.com/onur/docs.rs" documentation = "https://docs.rs/badge" -edition = "2018" +edition = "2021" [lib] path = "badge.rs"