chore(project): switch to Rust edition 2021

This commit is contained in:
Orhun Parmaksız 2021-11-05 23:33:42 +03:00
parent 0cbafd9538
commit bd86c27b08
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "rustypaste"
version = "0.5.0"
edition = "2018"
edition = "2021"
description = "A minimal file upload/pastebin service"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT"