Skip to content

Commit 67e506a

Browse files
Merge pull request #138 from theseus-rs/update-to-rust-1.88.0
chore: update to Rust 1.88.0
2 parents c74ab76 + 410e33f commit 67e506a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ edition = "2024"
3030
keywords = ["file", "file-type", "format"]
3131
license = "Apache-2.0 OR MIT"
3232
repository = "https://github.com/theseus-rs/file-type"
33-
rust-version = "1.87.0"
33+
rust-version = "1.88.0"
3434
version = "0.8.7"
3535

3636
[workspace.dependencies]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.87.0"
2+
channel = "stable"
33
profile = "default"

0 commit comments

Comments
 (0)