From 1e0191be5baa1f23332546f77eddd1b4a1513e41 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 16 Dec 2018 12:29:18 +0100 Subject: Update to Rust edition 2018 --- CHANGELOG.md | 4 ++++ Cargo.toml | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a60d6a7..9a27a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# unreleased + +- Update to Rust edition 2018. + # v0.2.1 (2018-12-10) - Re-export `device::{StorageStatus, VolumeStatus}` in `lib.rs`. diff --git a/Cargo.toml b/Cargo.toml index dad751b..85e4705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "nitrokey" version = "0.2.1" authors = ["Robin Krahl "] +edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" repository = "https://git.ireas.org/nitrokey-rs/" documentation = "https://docs.rs/nitrokey" -- cgit v1.2.1