Skip to content

Commit

Permalink
chore(deps): update toml to 0.8 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian-Lars <[email protected]>
  • Loading branch information
hjmallon and FabianLars authored Jan 10, 2025
1 parent 54d8b1e commit fad716e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/toml08-msrv165.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
winres: minor
---

Updated `toml` crate to `0.8`. This raises this crate's MSRV to `1.65`.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ authors = [
license = "MIT"
repository = "https://github.com/tauri-apps/winres"
documentation = "https://docs.rs/tauri-winres/"
rust-version = "1.65"

[dependencies]
toml = "0.7"
toml = "0.8"
embed-resource = "2.1"

[dev-dependencies]
Expand Down

0 comments on commit fad716e

Please sign in to comment.