summaryrefslogtreecommitdiff
path: root/rust/examples/template
diff options
context:
space:
mode:
authorJoe Rozner <joe@deadbytes.net>2022-12-12 11:11:59 -0800
committerKyle Martin <krm504@nyu.edu>2023-01-05 15:02:18 -0500
commitf209d2bc4a06486203804458e6f0222d9c4813f1 (patch)
treeea5bd1c877aa36130969cdde2a70737173483a16 /rust/examples/template
parent85e782ad57f27c753364faeaead01522982a12ec (diff)
Bump to 2021
Diffstat (limited to 'rust/examples/template')
-rw-r--r--rust/examples/template/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/template/Cargo.toml b/rust/examples/template/Cargo.toml
index 37073090..f571c46d 100644
--- a/rust/examples/template/Cargo.toml
+++ b/rust/examples/template/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "template"
version = "0.1.0"
-edition = "2018"
+edition = "2021"
# Uncomment this if you're writing a plugin (plugins are shared objects loaded by the core):
# [lib]