Skip to content

Commit 4e05947

Browse files
committed
Update the MSRV to 1.81 and the edition to 2021
1 parent 952c4d0 commit 4e05947

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
LIBPROJ_VERSION: 9.4.0
14-
RUST_MSRV: "1.75"
14+
RUST_MSRV: "1.81"
1515
RUST_LATEST: "1.83"
1616

1717
jobs:

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased
22

33
- Update build status badge
4+
- Update MSRV to 1.81
45

56
## 0.28.0 - 2024-12-20
67

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ keywords = ["proj", "projection", "osgeo", "geo"]
1111
categories = ["science::geo", "api-bindings"]
1212
license = "MIT OR Apache-2.0"
1313
readme = "README.md"
14-
edition = "2018"
15-
rust-version = "1.75"
14+
edition = "2021"
15+
rust-version = "1.81"
1616

1717
[dependencies]
1818
proj-sys = { version = "0.25.0", path = "proj-sys" }

0 commit comments

Comments
 (0)