chore(deps): update toml to 0.9 and bump MSRV (#26)

* chore(deps): update toml to 0.9 and bump MSRV

* Bump rust in CI to 1.66
This commit is contained in:
Tony
2025-07-31 16:07:15 +08:00
committed by GitHub
parent d9b2bcf9fa
commit 1ad418b6e5
3 changed files with 8 additions and 3 deletions

5
.changes/toml-0.9.md Normal file
View File

@@ -0,0 +1,5 @@
---
'winres': patch
---
Update toml to 0.9 and increased the MSRV from 1.65 to 1.66 to match it

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.65
- uses: dtolnay/rust-toolchain@1.66
- name: Build
run: cargo build

View File

@@ -9,11 +9,11 @@ authors = [
license = "MIT"
repository = "https://github.com/tauri-apps/winres"
documentation = "https://docs.rs/tauri-winres/"
rust-version = "1.65"
rust-version = "1.66"
edition = "2021"
[dependencies]
toml = "0.8"
toml = "0.9"
embed-resource = "3"
indexmap = "2"