We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b02d54 commit fd178baCopy full SHA for fd178ba
Cargo.toml
@@ -2,13 +2,13 @@
2
name = "littlefs2"
3
description = "Idiomatic Rust API for littlefs"
4
version = "0.4.0"
5
-authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>"]
6
-edition = "2018"
+authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>", "The Trussed developers"]
+edition = "2021"
7
license = "Apache-2.0 OR MIT"
8
readme = "README.md"
9
categories = ["embedded", "filesystem", "no-std"]
10
-repository = "https://github.com/nickray/littlefs2"
11
-resolver = "2"
+repository = "https://github.com/trussed-dev/littlefs2"
+documentation = "https://docs.rs/littlefs2"
12
13
[dependencies]
14
bitflags = "1"
0 commit comments