diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 3e0e0003..886331be 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -7,7 +7,7 @@ description = """ SCIP (pronunciation: "skip") is a language-agnostic protocol for indexing source code, which can be used to power code navigation functionality such as Go to definition, Find references, and Find implementations. """ repository = "https://github.com/sourcegraph/scip" -readme = "Readme.md" +readme = "../../README.md" # We need >= 1.60.0 because the generated code uses # https://doc.rust-lang.org/std/vec/struct.Vec.html#method.spare_capacity_mut diff --git a/bindings/rust/Readme.md b/bindings/rust/Readme.md deleted file mode 120000 index 47b704be..00000000 --- a/bindings/rust/Readme.md +++ /dev/null @@ -1 +0,0 @@ -../../Readme.md \ No newline at end of file