Author: Daniel Noland [daniel@stateless.net]
Committer: Jason White [github@jasonwhite.io] Sun, 25 Sep 2022 16:46:06 +0000
Hash: 308bf737e6c8057c8ba186e28f833ec5f7af6877
Timestamp: Sun, 25 Sep 2022 16:46:06 +0000 (2 years ago)

+1 -1 +/-1 browse
Bump rust edition 2018 -> 2021
1diff --git a/Cargo.toml b/Cargo.toml
2index 94a2173..21e113d 100644
3--- a/Cargo.toml
4+++ b/Cargo.toml
5 @@ -2,7 +2,7 @@
6 name = "rudolfs"
7 version = "0.3.6"
8 authors = ["Jason White <rust@jasonwhite.io>"]
9- edition = "2018"
10+ edition = "2021"
11 description = """
12 A high-performance, caching Git LFS server with an AWS S3 back-end.
13 """