From 7d4f25ba7f465bc94f217b12263e08ece4085293 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 4 Jan 2022 15:17:06 -0800 Subject: chore(crates): migrate to edition 2021 --- crates/winioctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/winioctl/Cargo.toml') diff --git a/crates/winioctl/Cargo.toml b/crates/winioctl/Cargo.toml index c618317..7cdfd51 100644 --- a/crates/winioctl/Cargo.toml +++ b/crates/winioctl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "winioctl" version = "0.1.0" -edition = "2018" +edition = "2021" license = "MIT" [dependencies] -- cgit v1.2.3