use 2018 edition like the other crates

This commit is contained in:
Dustin J. Mitchell 2022-01-24 15:44:51 +00:00
parent 017fb398be
commit 56a805151d

View file

@ -1,7 +1,7 @@
[package] [package]
name = "taskchampion-lib" name = "taskchampion-lib"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2018"
build = "build.rs" build = "build.rs"
[lib] [lib]