Switch to Rust 2018

This commit is contained in:
Jan Alexander Steffens (heftig)
2019-12-26 02:58:20 +01:00
parent 15af99fce7
commit 0c8e657ec0
4 changed files with 7 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ authors = ["Erik Johnston"]
description = "A tool to compress some state in a Synapse instance's database"
name = "synapse-compress-state"
version = "0.1.0"
edition = "2018"
[dependencies]
clap = "2.32.0"