From d3b544e6eb83fbd39b715796402f4b4c767cb16f Mon Sep 17 00:00:00 2001 From: V Date: Mon, 28 Feb 2022 17:56:09 +0100 Subject: ripple: bump Rust edition to 2021 Change-Id: I25fde01a2eee6fd3affd7f069745c346eb3b19ff --- ripple/Cargo.toml | 2 +- ripple/fossil/Cargo.toml | 2 +- ripple/minitrace/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ripple') diff --git a/ripple/Cargo.toml b/ripple/Cargo.toml index ffc8527..b6025e8 100644 --- a/ripple/Cargo.toml +++ b/ripple/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "ripple" version = "0.1.0" -edition = "2018" +edition = "2021" [dependencies] diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml index a88a5f8..af86d4e 100644 --- a/ripple/fossil/Cargo.toml +++ b/ripple/fossil/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "fossil" version = "0.1.0" -edition = "2018" +edition = "2021" [dependencies] prost = "0.8.0" diff --git a/ripple/minitrace/Cargo.toml b/ripple/minitrace/Cargo.toml index 95de7a4..92f3d41 100644 --- a/ripple/minitrace/Cargo.toml +++ b/ripple/minitrace/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "minitrace" version = "0.0.0" -edition = "2018" +edition = "2021" [dependencies] nix = "0.23.1" -- cgit 1.4.1