Skip to content

Commit ea69c91

Browse files
committed
Bump MSRV to 1.7%
1 parent 7444499 commit ea69c91

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
# giving us about 6 months of coverage.
3636
#
3737
# Minimum supported rust version (MSRV)
38-
- "georust/geo-ci:proj-9.2.1-rust-1.70"
39-
# Two most recent releases - we omit older ones for expedient CI
40-
- "georust/geo-ci:proj-9.2.1-rust-1.71"
41-
- "georust/geo-ci:proj-9.2.1-rust-1.72"
38+
- "georust/proj-9.4.0-rust-1.75"
39+
# Two most recent releases - we omit older ones for expedient CI (TBD)
4240
container:
4341
image: ${{ matrix.container_image }}
4442
steps:

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ repository = "https://github.com/georust/geocoding"
88
keywords = ["gecoding", "geo", "gis", "geospatial"]
99
readme = "README.md"
1010
edition = "2018"
11-
rust-version = "1.69"
11+
rust-version = "1.75"
1212

1313
[dependencies]
1414
thiserror = "1.0"
1515
geo-types = "0.7.8"
1616
num-traits = "0.2"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
19-
reqwest = { version = "0.11", default-features = false, features = ["default-tls", "blocking", "json"] }
19+
reqwest = { version = "0.11", default-features = false, features = [
20+
"default-tls",
21+
"blocking",
22+
"json",
23+
] }
2024
hyper = "0.14.11"
2125

2226
[features]

0 commit comments

Comments
 (0)