Skip to content

Commit fd178ba

Browse files
committed
Fix up Cargo.toml
1 parent 6b02d54 commit fd178ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "littlefs2"
33
description = "Idiomatic Rust API for littlefs"
44
version = "0.4.0"
5-
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>"]
6-
edition = "2018"
5+
authors = ["Nicolas Stalder <n@stalder.io>", "Brandon Edens <brandonedens@gmail.com>", "The Trussed developers"]
6+
edition = "2021"
77
license = "Apache-2.0 OR MIT"
88
readme = "README.md"
99
categories = ["embedded", "filesystem", "no-std"]
10-
repository = "https://github.com/nickray/littlefs2"
11-
resolver = "2"
10+
repository = "https://github.com/trussed-dev/littlefs2"
11+
documentation = "https://docs.rs/littlefs2"
1212

1313
[dependencies]
1414
bitflags = "1"

0 commit comments

Comments
 (0)