mirror of
https://github.com/tauri-apps/winres.git
synced 2026-01-31 00:45:22 +01:00
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:
5
.changes/toml-0.9.md
Normal file
5
.changes/toml-0.9.md
Normal 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
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user