Skip to content

Commit 9d4c031

Browse files
authored
Fix readme path in Cargo.toml (#101)
1 parent 2fcd730 commit 9d4c031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cgp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = { workspace = true }
77
authors = { workspace = true }
88
rust-version = { workspace = true }
99
keywords = { workspace = true }
10-
readme = "../../README.md"
10+
readme = "./README.md"
1111
description = """
1212
Main crate for using context-generic programming
1313
"""

0 commit comments

Comments
 (0)