Skip to content

Commit

Permalink
Merge branch 'google:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyRavi authored Oct 4, 2024
2 parents 845d2d4 + 0474168 commit fe8d094
Show file tree
Hide file tree
Showing 25 changed files with 1,172 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Check for typos
uses: crate-ci/[email protected].3
uses: crate-ci/[email protected].6
with:
config: ./.github/typos.toml

Expand Down
90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
}, {
"command": "rustup run stable rustfmt --edition 2021",
"exts": ["rs"]
}, {
"command": "msgcat -",
"exts": ["po"]
}]
},
"excludes": [
Expand Down
10 changes: 5 additions & 5 deletions mdbook-course/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ repository = "https://github.com/google/comprehensive-rust"
description = "An mdbook preprocessor for comprehensive-rust."

[dependencies]
anyhow = "1.0.86"
clap = "4.5.16"
anyhow = "1.0.89"
clap = "4.5.18"
lazy_static = "1.5"
log = "0.4.22"
matter = "0.1.0-alpha4"
mdbook = "0.4.40"
pretty_env_logger = "0.5.0"
regex = "1.10"
serde = "1.0.209"
serde_json = "1.0.127"
regex = "1.11"
serde = "1.0.210"
serde_json = "1.0.128"
serde_yaml = "0.9"
4 changes: 2 additions & 2 deletions mdbook-exerciser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repository = "https://github.com/google/comprehensive-rust"
description = "A tool for extracting starter code for exercises from Markdown files."

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
log = "0.4.22"
mdbook = "0.4.40"
pretty_env_logger = "0.5.0"
pulldown-cmark = { version = "0.12.0", default-features = false }
pulldown-cmark = { version = "0.12.1", default-features = false }
8 changes: 4 additions & 4 deletions mdbook-slide-evaluator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ repository = "https://github.com/google/comprehensive-rust"
description = "A tool for evaluating mdbook slides by rendering the html pages and spot violations to the policies"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.9", features = ["derive"] }
anyhow = "1.0.89"
clap = { version = "4.5.18", features = ["derive"] }
csv = "1.3.0"
fantoccini = "0.21.2"
glob = "0.3.1"
log = "0.4.22"
pretty_env_logger = "0.5.0"
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio-util = "0.7.11"
tokio-util = "0.7.12"
url = "2.5.2"
Loading

0 comments on commit fe8d094

Please sign in to comment.