Skip to content

Commit bf7224a

Browse files
adpaco-awstedinski
authored andcommitted
Refactor with Book struct and set default edition for each book (rust-lang#670)
* Refactor with `Book` struct and set default edition for each book * Comments
1 parent 6be24b9 commit bf7224a

File tree

3 files changed

+270
-163
lines changed

3 files changed

+270
-163
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ dependencies = [
994994
"rustdoc",
995995
"serde",
996996
"serde_json",
997+
"toml",
997998
"walkdir",
998999
]
9991000

src/tools/dashboard/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ rustdoc = { path = "../../librustdoc" }
1313
walkdir = "2.3.2"
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
16+
toml = "0.5"

0 commit comments

Comments
 (0)