diff options
author | V <v@unfathomable.blue> | 2022-02-28 17:56:09 +0100 |
---|---|---|
committer | V <v@unfathomable.blue> | 2022-02-28 17:56:09 +0100 |
commit | d3b544e6eb83fbd39b715796402f4b4c767cb16f (patch) | |
tree | 7f25c546e9b02145b58ee1e6b8467333271bf3ff /ripple | |
parent | cfdee7b33e8ced500dd33821f103174ffd4d3e89 (diff) | |
download | unf-legacy-d3b544e6eb83fbd39b715796402f4b4c767cb16f.tar.zst |
ripple: bump Rust edition to 2021
Change-Id: I25fde01a2eee6fd3affd7f069745c346eb3b19ff
Diffstat (limited to 'ripple')
-rw-r--r-- | ripple/Cargo.toml | 2 | ||||
-rw-r--r-- | ripple/fossil/Cargo.toml | 2 | ||||
-rw-r--r-- | ripple/minitrace/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 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] diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml index a88a5f8..af86d4e 100644 --- a/ripple/fossil/Cargo.toml +++ b/ripple/fossil/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "fossil" version = "0.1.0" -edition = "2018" +edition = "2021" [dependencies] prost = "0.8.0" diff --git a/ripple/minitrace/Cargo.toml b/ripple/minitrace/Cargo.toml index 95de7a4..92f3d41 100644 --- a/ripple/minitrace/Cargo.toml +++ b/ripple/minitrace/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "minitrace" version = "0.0.0" -edition = "2018" +edition = "2021" [dependencies] nix = "0.23.1" |