Skip to content

Commit

Permalink
Merge branch 'main' into coll16bis
Browse files Browse the repository at this point in the history
  • Loading branch information
hsivonen authored Sep 18, 2024
2 parents 4167a0f + 987c364 commit b5daa68
Show file tree
Hide file tree
Showing 21,876 changed files with 1,137,637 additions and 1,011,886 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
quick = "make quick"
tidy = "make tidy"
clippy-all = "clippy --all-features --all-targets -- -D warnings"

# Use `cargo +nightly update` to update MSRV-aware (https://github.com/rust-lang/cargo/issues/13873)
[unstable]
msrv-policy = true
[resolver]
incompatible-rust-versions = 'fallback'
2 changes: 1 addition & 1 deletion .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ignore:
- "/*"
- "C:/*"
- "../*"
- "components/locid/macros"
- "components/locale_core/macros"
- "**/tests/**"
- "**/benches/**"
- "**/examples/**"
209 changes: 65 additions & 144 deletions .github/workflows/artifacts-build.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/artifacts-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
pull_request:
branches: ["*"]

permissions:
contents: read

jobs:
docs:
name: "Docs Preview"
Expand Down
Loading

0 comments on commit b5daa68

Please sign in to comment.