summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2021-12-24 04:36:58 -0600
committerAlejandro Soto <alejandro@34project.org>2021-12-24 04:36:58 -0600
commit5afc15edaa593bdf7dd2ae7c542980d9d70b8321 (patch)
tree272886fe55b5ee2ca4b22415621b56aae718eaf0 /Cargo.toml
parent7f3c0f5b69e76de03417c84d3d217c0bf866e5ec (diff)
Migrate to 2021 edition
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <alejandro@34project.org>"]
-edition = "2018"
+edition = "2021"
description = "Filesystem in Userspace"
[features]