From 36b884298678b98a1a13bfd8351598e494b8e2a0 Mon Sep 17 00:00:00 2001 From: Maximilian Marx Date: Sun, 27 Oct 2024 15:17:33 +0100 Subject: [PATCH] build(cargo): get editon from workspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- crates/workspace-hack/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/workspace-hack/Cargo.toml b/crates/workspace-hack/Cargo.toml index 56f07c5..87bac93 100644 --- a/crates/workspace-hack/Cargo.toml +++ b/crates/workspace-hack/Cargo.toml @@ -1,6 +1,7 @@ # SPDX-FileCopyrightText: 2024 Christina Sørensen # # SPDX-License-Identifier: EUPL-1.2 +# SPDX-FileContributor: Maximilian Marx # This file is generated by `cargo hakari`. # To regenerate, run: @@ -12,6 +13,7 @@ version = "0.1.0" description = "workspace-hack package, managed by hakari" # You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing. publish = false +edition.workspace = true # The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments # are managed by hakari.