File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,7 @@ exclude = [
66 " linkchecker"
77]
88resolver = " 2"
9+
10+ [workspace .package ]
11+ edition = " 2024"
12+ license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " mdbook-spec"
3- edition = " 2024 "
4- license = " MIT OR Apache-2.0 "
3+ edition.workspace = true
4+ license.workspace = true
55description = " An mdBook preprocessor to help with the Rust specification."
66repository = " https://github.com/rust-lang/spec/"
77default-run = " mdbook-spec"
Original file line number Diff line number Diff line change 11[package ]
22name = " style-check"
3+ edition.workspace = true
4+ license.workspace = true
35authors = [" steveklabnik <steve@steveklabnik.com>" ]
4- edition = " 2024"
56
67[dependencies ]
78pulldown-cmark = " 0.10.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " xtask"
3- edition = " 2024"
3+ edition.workspace = true
4+ license.workspace = true
45
56[dependencies ]
You can’t perform that action at this time.
0 commit comments