Skip to content

Commit

Permalink
Merge pull request #37 from theseus-rs/update-to-rust-1.84
Browse files Browse the repository at this point in the history
build: update to Rust 1.84.0
  • Loading branch information
brianheineman authored Jan 9, 2025
2 parents 74439d8 + d993d7b commit 596cbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = "2021"
keywords = ["file", "file-type", "format"]
license = "(Apache-2.0 OR MIT) AND OGL-UK-3.0"
repository = "https://github.com/theseus-rs/file-type"
rust-version = "1.83.0"
rust-version = "1.84.0"
version = "0.2.1"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.83.0"
channel = "1.84.0"
profile = "default"

0 comments on commit 596cbf3

Please sign in to comment.