Skip to content

Commit d754a24

Browse files
authored
Fix README.md path in Cargo.toml (#145)
Signed-off-by: Gabriel Féron <gabriel.feron@here.com>
1 parent ba977b1 commit d754a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatdata-rs/lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Rust implementation of flatdata"
77
repository = "https://github.com/heremaps/flatdata"
88
keywords = ["serialization", "flatdata", "mmap"]
99
categories = ["encoding"]
10-
readme = "README.md"
10+
readme = "../README.md"
1111
edition = "2018"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)