Skip to content

Commit d3568f8

Browse files
authored
Refer to README with relative path instead of symlink in Rust crate (#307)
1 parent ee53469 commit d3568f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bindings/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = """
77
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.
88
"""
99
repository = "https://github.com/sourcegraph/scip"
10-
readme = "Readme.md"
10+
readme = "../../README.md"
1111

1212
# We need >= 1.60.0 because the generated code uses
1313
# https://doc.rust-lang.org/std/vec/struct.Vec.html#method.spare_capacity_mut

bindings/rust/Readme.md

-1
This file was deleted.

0 commit comments

Comments
 (0)