Skip to content

Commit

Permalink
Bump MSRV to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jan 12, 2025
1 parent 7444499 commit 6b4fafc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
# giving us about 6 months of coverage.
#
# Minimum supported rust version (MSRV)
- "georust/geo-ci:proj-9.2.1-rust-1.70"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.2.1-rust-1.71"
- "georust/geo-ci:proj-9.2.1-rust-1.72"
- "georust/proj-9.4.0-rust-1.75"
# Two most recent releases - we omit older ones for expedient CI (TBD)
container:
image: ${{ matrix.container_image }}
steps:
Expand Down
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ repository = "https://github.com/georust/geocoding"
keywords = ["gecoding", "geo", "gis", "geospatial"]
readme = "README.md"
edition = "2018"
rust-version = "1.69"
rust-version = "1.75"

[dependencies]
thiserror = "1.0"
geo-types = "0.7.8"
num-traits = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", default-features = false, features = ["default-tls", "blocking", "json"] }
reqwest = { version = "0.11", default-features = false, features = [
"default-tls",
"blocking",
"json",
] }
hyper = "0.14.11"

[features]
Expand Down

0 comments on commit 6b4fafc

Please sign in to comment.