Skip to content

Commit 3b807f5

Browse files
committed
Allow rust 1.94.
1 parent 0cbbb28 commit 3b807f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on
88

99
* Limit database pool to 16 connections.
1010
* Update `diesel-async` to 0.8.0, `rand` to 0.10.0, and `reqwest` to 0.13.2.
11+
* Use rust 1.94.
1112

1213

1314
## Release 0.13.4 (2025-12-14)

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rphotos"
33
version = "0.13.5-PRE"
44
authors = ["Rasmus Kaj <kaj@kth.se>"]
55
edition = "2024"
6-
rust-version = "1.92"
6+
rust-version = "1.94"
77

88
build = "src/build.rs"
99

0 commit comments

Comments
 (0)