Switch to rust 2021 edition

This commit is contained in:
Joscha 2021-12-20 20:13:27 +01:00
parent 2c5146091d
commit c48462bc6e

View file

@ -1,7 +1,7 @@
[package]
name = "today"
version = "0.1.0"
edition = "2018"
edition = "2021"
[dependencies]
chrono = "0.4.19"