Skip to content

Commit 37c3870

Browse files
authored
Merge pull request #418 from nikomatsakis/champion-reports
move 2025h1 to archive; autogenerate blog post content and champion reports
2 parents 53c794b + 501a758 commit 37c3870

33 files changed

+1655
-620
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ target
33
.cache
44
src/api
55

6+
# Issue cache files
7+
.issues-*.json
8+
9+
# Claude Code settings
10+
.claude/
11+
612
# copied into the repo by `mdbook-mermaid` install:
713
/mermaid*.js

Cargo.lock

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

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ignore_users = [
3333
git-repository-url = "https://github.com/rust-lang/rust-project-goals"
3434
edit-url-template = "https://github.com/rust-lang/rust-project-goals/edit/main/{path}"
3535
site-url = "/rust-project-goals/"
36-
additional-js = ["src/update-progress-bars.js", "mermaid.min.js", "mermaid-init.js"]
36+
additional-js = ["mermaid.min.js", "mermaid-init.js"]
3737

3838
[output.html.fold]
3939
enable = true

crates/mdbook-goals/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0.94"
8+
chrono = "0.4"
89
clap = { version = "4.5.23", features = ["derive"] }
910
mdbook = "0.4.52"
1011
regex = "1.11.1"
1112
rust-project-goals = { version = "0.1.0", path = "../rust-project-goals" }
13+
rust-project-goals-cli = { version = "0.1.0", path = "../rust-project-goals-cli" }
1214
semver = "1.0.23"
1315
serde_json = "1.0.133"

0 commit comments

Comments
 (0)