From 38696b91f7539639acbc8d1b18e3fae5db6b8ad3 Mon Sep 17 00:00:00 2001 From: Ririsoft Date: Thu, 4 Jan 2024 13:47:21 +0100 Subject: [PATCH] migrating to Rust edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fe9768..4073b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "async-walkdir" version = "1.0.0" authors = ["Ririsoft "] -edition = "2018" +edition = "2021" description = "Asynchronous directory traversal for Rust." license = "Apache-2.0" keywords = ["async", "walk", "directory", "recursive", "stream"]