summary refs log tree commit diff
path: root/ripple/Cargo.toml
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2022-02-28 17:56:09 +0100
committerV <v@unfathomable.blue>2022-02-28 17:56:09 +0100
commitd3b544e6eb83fbd39b715796402f4b4c767cb16f (patch)
tree7f25c546e9b02145b58ee1e6b8467333271bf3ff /ripple/Cargo.toml
parentcfdee7b33e8ced500dd33821f103174ffd4d3e89 (diff)
ripple: bump Rust edition to 2021
Change-Id: I25fde01a2eee6fd3affd7f069745c346eb3b19ff
Diffstat (limited to 'ripple/Cargo.toml')
-rw-r--r--ripple/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripple/Cargo.toml b/ripple/Cargo.toml
index ffc8527..b6025e8 100644
--- a/ripple/Cargo.toml
+++ b/ripple/Cargo.toml
@@ -4,7 +4,7 @@
 [package]
 name = "ripple"
 version = "0.1.0"
-edition = "2018"
+edition = "2021"
 
 [dependencies]