From 60c43cfc0de062f8415a73e8071185c8fe92a6b9 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 13 Dec 2021 21:38:10 -0800 Subject: [PATCH] cargo: upgrade to Rust 2021 (just to stay up to date) --- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4568cf629..5f9d82f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "jujutsu" version = "0.2.0" authors = ["Martin von Zweigbergk "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "Jujutsu (an experimental VCS)" homepage = "https://github.com/martinvonz/jj" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9e79e91f0..35f776eaa 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "jujutsu-lib" version = "0.2.0" authors = ["Martin von Zweigbergk "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "Library for Jujutsu (an experimental VCS)" homepage = "https://github.com/martinvonz/jj"