From 5afc15edaa593bdf7dd2ae7c542980d9d70b8321 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 24 Dec 2021 04:36:58 -0600 Subject: Migrate to 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 833af82..63972a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "blown-fuse" version = "0.1.0" authors = ["Alejandro Soto "] -edition = "2018" +edition = "2021" description = "Filesystem in Userspace" [features] -- cgit v1.2.3