Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pulldown-cmark and pulldown-cmark-to-cmark #205

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# We use an unstable rustmft feature and we thus need the
# nightly channel to enforce the formatting.
- name: Setup Rust nightly
run: rustup default nightly
run: rustup default stable

- name: Install rustfmt
run: rustup component add rustfmt
Expand Down
30 changes: 24 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions i18n-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ anyhow.workspace = true
chrono = { version = "0.4.38", default-features = false, features = ["alloc"] }
mdbook.workspace = true
polib.workspace = true
pulldown-cmark = { version = "0.10.3", default-features = false, features = ["html"] }
pulldown-cmark-to-cmark = "13.0.0"
pulldown-cmark = { version = "0.11.0", default-features = false, features = ["html"] }
pulldown-cmark-to-cmark = "15.0.1"
regex = "1.9"
semver = "1.0.23"
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion i18n-helpers/src/gettext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ mod tests {
),
"\
||TYPES|LITERALS|\n\
|--|-----|--------|\n\
|-|-----|--------|\n\
|ARRAYS|`[T; N]`|`[20, 30, 40]`|\n\
|TUPLES|`()`, ...|`()`, `('x',)`|",
);
Expand Down
2 changes: 0 additions & 2 deletions rustfmt.toml

This file was deleted.