From 7e739a54bf3c1f52e5d8f585b2004bbb9de837f2 Mon Sep 17 00:00:00 2001 From: SpiralP Date: Fri, 13 Dec 2024 16:19:43 -0800 Subject: [PATCH] use rust edition 2021 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f8812d0..2e2b3b6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "async-dispatcher" version = "0.1.0" -authors = ["SpiralP "] -edition = "2018" +edition = "2021" +publish = false [dependencies] futures = "0.3"