Skip to content

Commit 0a5835b

Browse files
authored
chore: update png dependency version to 0.18 (#295)
1 parent a0081a3 commit 0a5835b

File tree

5 files changed

+31
-6
lines changed

5 files changed

+31
-6
lines changed

.changes/update-png-to-0-18.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tray-icon": patch
3+
---
4+
5+
Update png dependency version to 0.18.
6+
7+
This avoids duplicated dependencies in downstream crates.

.changes/update-rust-to-1-73.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tray-icon": minor
3+
---
4+
5+
Update rust version to 1.73.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install -y libgtk-3-dev libxdo-dev libayatana-appindicator3-dev
3737
38-
- uses: dtolnay/rust-toolchain@1.71
38+
- uses: dtolnay/rust-toolchain@1.73
3939
- run: cargo build
4040

4141
- uses: dtolnay/rust-toolchain@stable

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/tauri-apps/tray-icon"
77
repository = "https://github.com/tauri-apps/tray-icon"
88
license = "MIT OR Apache-2.0"
99
categories = ["gui"]
10-
rust-version = "1.71"
10+
rust-version = "1.73"
1111
include = ["README.md", "src/**/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "LICENSE.spdx"]
1212

1313
[features]
@@ -81,7 +81,7 @@ objc2-app-kit = { version = "0.3", default-features = false, features = [
8181
] }
8282

8383
[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies]
84-
png = "0.17"
84+
png = "0.18"
8585

8686
[dev-dependencies]
8787
winit = "0.30"

0 commit comments

Comments
 (0)