Skip to content

Commit e85b746

Browse files
authored
Update the MSRV to 1.81 and the edition to 2021 (#222)
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/.github/blob/main/CODE_OF_CONDUCT.md). - [ ] I added an entry to the project's change log file if knowledge of this change could be valuable to users. - Usually called `CHANGES.md` or `CHANGELOG.md` - Prefix changelog entries for breaking changes with "BREAKING: " ---
1 parent 952c4d0 commit e85b746

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test.yml

+1-1
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

+1
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

+2-2
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)