diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-01-15 21:48:14 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-01-15 21:48:14 +0000 |
commit | 43b405634a27ac296ff8d2b5db94540025436777 (patch) | |
tree | 40b7353e80ac26b67e35dbcdf92d700ca46b5ee4 | |
parent | a68b2fbe11c8cf0da450bfa814f1e3cff667961b (diff) | |
download | rsyarn-43b405634a27ac296ff8d2b5db94540025436777.tar.bz2 |
Update edition to 2018
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ name = "rsyarn" version = "0.1.0" authors = ["Daniel Silverstone <dsilvers@digital-scurf.org>"] +edition = "2018" [dependencies] pulldown-cmark = "~0.0.8" |