File tree Expand file tree Collapse file tree 6 files changed +18
-29
lines changed
Expand file tree Collapse file tree 6 files changed +18
-29
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,3 @@ exclude = [
66 " linkchecker"
77]
88resolver = " 2"
9-
10- [workspace .package ]
11- edition = " 2024"
12- license = " MIT OR Apache-2.0"
13-
14- [workspace .dependencies ]
15- diagnostics = { path = " tools/diagnostics" }
16- grammar = { path = " tools/grammar" }
17- pathdiff = " 0.2.3"
18- regex = " 1.12.2"
19- walkdir = " 2.5.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " diagnostics"
3- edition.workspace = true
4- license.workspace = true
3+ edition = " 2024 "
4+ license = " MIT OR Apache-2.0 "
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " grammar"
3- edition.workspace = true
4- license.workspace = true
3+ edition = " 2024 "
4+ license = " MIT OR Apache-2.0 "
55
66[dependencies ]
7- diagnostics.workspace = true
8- pathdiff.workspace = true
9- regex.workspace = true
10- walkdir.workspace = true
7+ diagnostics = { path = " ../diagnostics " }
8+ pathdiff = " 0.2.3 "
9+ regex = " 1.12.2 "
10+ walkdir = " 2.5.0 "
Original file line number Diff line number Diff line change 11[package ]
22name = " mdbook-spec"
3- edition.workspace = true
4- license.workspace = true
3+ edition = " 2024 "
4+ license = " MIT OR Apache-2.0 "
55description = " An mdBook preprocessor to help with the Rust specification."
66repository = " https://github.com/rust-lang/spec/"
77default-run = " mdbook-spec"
@@ -10,15 +10,15 @@ default-run = "mdbook-spec"
1010
1111[dependencies ]
1212anyhow = " 1.0.79"
13- diagnostics.workspace = true
14- grammar.workspace = true
13+ diagnostics = { path = " ../diagnostics " }
14+ grammar = { path = " ../grammar " }
1515mdbook-markdown = " 0.5.1"
1616mdbook-preprocessor = " 0.5.1"
1717once_cell = " 1.19.0"
1818pathdiff = " 0.2.1"
1919railroad = { version = " 0.3.2" , default-features = false }
20- regex.workspace = true
20+ regex = " 1.12.2 "
2121semver = " 1.0.21"
2222serde_json = " 1.0.113"
2323tempfile = " 3.10.1"
24- walkdir.workspace = true
24+ walkdir = " 2.5.0 "
Original file line number Diff line number Diff line change 11[package ]
22name = " style-check"
3- edition.workspace = true
4- license.workspace = true
3+ edition = " 2024 "
4+ license = " MIT OR Apache-2.0 "
55authors = [
" steveklabnik <[email protected] >" ]
66
77[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " xtask"
3- edition.workspace = true
4- license.workspace = true
3+ edition = " 2024 "
4+ license = " MIT OR Apache-2.0 "
55
66[dependencies ]
You can’t perform that action at this time.
0 commit comments