From fd178ba1d4138131cb1cc07123e9dc0a3d418c14 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Tue, 7 Feb 2023 18:00:21 +0100 Subject: [PATCH] Fix up Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed196b5c4..1cc635dfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,13 @@ name = "littlefs2" description = "Idiomatic Rust API for littlefs" version = "0.4.0" -authors = ["Nicolas Stalder ", "Brandon Edens "] -edition = "2018" +authors = ["Nicolas Stalder ", "Brandon Edens ", "The Trussed developers"] +edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" categories = ["embedded", "filesystem", "no-std"] -repository = "https://github.com/nickray/littlefs2" -resolver = "2" +repository = "https://github.com/trussed-dev/littlefs2" +documentation = "https://docs.rs/littlefs2" [dependencies] bitflags = "1"