Skip to content

Commit 6ffc255

Browse files
committed
fix wrong syntax
1 parent e637e66 commit 6ffc255

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chapter2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.1.0"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
lib = { "../lib" }
10+
lib = { path = "../lib" }
1111

1212
[[bin]]
1313
name = "2_4_1"

chapter3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
lib = { "../lib" }
10+
lib = { path = "../lib" }
1111

1212
[[bin]]
1313
name = "main_3_1"

0 commit comments

Comments
 (0)