diff options
| author | Max Audron <audron@cocaine.farm> | 2021-12-02 18:31:19 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-12-02 18:31:19 +0100 |
| commit | 9c8733e42f3604817ad6b881f5654b673bbc4d00 (patch) | |
| tree | 966100eef04d1fde36b797e609d15eb1b4bb5ba7 /examples | |
| parent | add basic buffersyncer impl (diff) | |
upgrade to rust 2021 edition
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/statetracker/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/statetracker/Cargo.toml b/examples/statetracker/Cargo.toml index fd86a7c..064b222 100644 --- a/examples/statetracker/Cargo.toml +++ b/examples/statetracker/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "statetracker" version = "0.1.0" -edition = "2018" +edition = "2021" [dependencies] libquassel = { path = "../../", features = ["framing", "all-quassel-features", "client", "server"] } |
