Skip to content

Commit 744cb0e

Browse files
committed
Upgrade to Rust v1.76
1 parent de6408d commit 744cb0e

File tree

7 files changed

+81
-58
lines changed

7 files changed

+81
-58
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
- id: codespell
6666
args: [--ignore-words=.codespellignore]
6767
- repo: https://github.com/sirosen/check-jsonschema
68-
rev: 0.27.4
68+
rev: 0.28.0
6969
hooks:
7070
- id: check-github-actions
7171
- id: check-github-workflows

Cargo.lock

+74-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository = "https://gitlab.com/uklotzde/aoide-rs"
1818
version = "0.8.0"
1919
license = "AGPL-3.0-or-later"
2020
edition = "2021"
21-
rust-version = "1.75"
21+
rust-version = "1.76"
2222

2323
[workspace.lints.rust]
2424
# Opt-in for allowed-by-default lints (in alphabetical order)

crates/media-file/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ log = "0.4.20"
2828
mime = "0.3.17"
2929
mime_guess = "2.0.4"
3030
nom = "7.1.3"
31-
num-traits = "0.2.17"
31+
num-traits = "0.2.18"
3232
palette = { version = "0.7.4", default-features = false }
3333
thiserror = "1.0.56"
3434
time = { version = "0.3.34", features = ["parsing"] }

0 commit comments

Comments
 (0)