Skip to content

Commit

Permalink
Merge branch 'main' into numfmt-add-invalid-option
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Mar 27, 2023
2 parents a7229a1 + 97f8e9d commit b066317
Show file tree
Hide file tree
Showing 469 changed files with 8,308 additions and 4,901 deletions.
8 changes: 0 additions & 8 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,3 @@ rustflags = [
"-Wclippy::explicit_iter_loop",
]

[build]
# See https://github.com/time-rs/time/issues/293#issuecomment-1005002386. The
# unsoundness here is not in the `time` library, but in the Rust stdlib, and as
# such it needs to be fixed there.
rustflags = ["--cfg", "unsound_local_offset"]

[target.'cfg(target_os = "linux")']
rustflags = ["--cfg", "unsound_local_offset"]
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.60.0"
msrv = "1.64.0"
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# spell-checker:ignore (labels) wontfix
# Number of days of inactivity before an issue/PR becomes stale
daysUntilStale: 365
daysUntilStale: 1095
# Number of days of inactivity before a stale issue/PR is closed
daysUntilClose: 365
daysUntilClose: 1095
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
Expand Down

0 comments on commit b066317

Please sign in to comment.