Skip to content

Commit 6f844f9

Browse files
authored
fix file path
1 parent f6861d3 commit 6f844f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[lib]
77
name = "foobar"
8-
path = "src/lib.rs"
8+
path = "proj/src/lib.rs"
99

1010
[dependencies]
1111
capnp = "=0.15.0"

0 commit comments

Comments
 (0)