From 8d1dd2f341c00d24cccc1a5f0236422d265b1c5c Mon Sep 17 00:00:00 2001 From: paullegranddc <82819397+paullegranddc@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:56:28 +0200 Subject: [PATCH] Upgrade all crates to edition 2021 (#21) --- ddcommon/Cargo.toml | 2 +- ddprof/Cargo.toml | 2 +- ddtelemetry/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ddcommon/Cargo.toml b/ddcommon/Cargo.toml index 09c4e1493..dce19f2f4 100644 --- a/ddcommon/Cargo.toml +++ b/ddcommon/Cargo.toml @@ -2,7 +2,7 @@ # This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021-Present Datadog, Inc. [package] -edition = "2018" +edition = "2021" license = "Apache-2.0" name = "ddcommon" version = "0.7.0-rc.1" diff --git a/ddprof/Cargo.toml b/ddprof/Cargo.toml index fae899d71..ed49dc754 100644 --- a/ddprof/Cargo.toml +++ b/ddprof/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "ddprof" version = "0.7.0-rc.1" -edition = "2018" +edition = "2021" license = "Apache-2.0" [lib] diff --git a/ddtelemetry/Cargo.toml b/ddtelemetry/Cargo.toml index 7bbf62c3a..928ab424b 100644 --- a/ddtelemetry/Cargo.toml +++ b/ddtelemetry/Cargo.toml @@ -1,5 +1,5 @@ [package] -edition = "2018" +edition = "2021" license = "Apache 2.0" name = "ddtelemetry" version = "0.7.0-rc.1"