diff options
| author | Max Audron <audron@cocaine.farm> | 2021-07-31 12:53:53 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-07-31 12:53:53 +0200 |
| commit | b218d85754ff1b1ad0fc0c2f70d88da162d5b47d (patch) | |
| tree | 5633f40b80792b2a1c21cf40e085622137347b76 /Cargo.toml | |
| parent | fix trailing semicolon match_variant macro (diff) | |
upgrade to rust 2021 editionrust-2021
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +cargo-features = ["edition2021"] + [package] name = "libquassel" description = "Native rust implementation of the Quassel protocol and library functions" @@ -6,7 +8,7 @@ authors = ["Max Audron <audron@cocaine.farm>"] license = "ISC" homepage = "https://gitlab.com/cocainefarm/libquassel" repository = "https://gitlab.com/cocainefarm/libquassel" -edition = "2018" +edition = "2021" autobins = true include = ["src/**/*", "LICENSE", "README.md"] |
