Skip to content

Commit 745ff92

Browse files
committed
update
1 parent ae57768 commit 745ff92

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
cargo-features = ["edition2024"]
2+
13
[package]
24
name = "shutter-rust"
35
version = "0.999.1"
4-
edition = "2021"
6+
edition = "2024"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

810
[dependencies]
9-
anyhow = "1.0.81"
10-
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
11+
anyhow = "1.0.95"
12+
gtk = { version = "0.9.5", package = "gtk4", features = ["v4_14"] }
1113
quick-xml = { version = "0.31.0", features = ["serialize"] }
12-
serde = { version = "1.0.197", features = ["derive"] }
14+
serde = { version = "1.0.217", features = ["derive"] }
1315
xdg = "2.5.2"
1416

1517
[build-dependencies]

0 commit comments

Comments
 (0)