Skip to content

Commit 0b2cbd9

Browse files
committed
Bump minimum supported Rust version to v1.70.0
1 parent 22bcc17 commit 0b2cbd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ environment:
1616
target: x86_64-pc-windows-msvc
1717
- channel: stable
1818
target: i686-pc-windows-msvc
19-
- channel: 1.65.0
19+
- channel: 1.70.0
2020
target: x86_64-pc-windows-msvc
2121

2222
install:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
# We test using the latest stable and MSRV Rust versions.
45-
rust_version: ["stable", "1.65.0"]
45+
rust_version: ["stable", "1.70.0"]
4646
runs_on: ["ubuntu-latest", "windows-latest", "macos-latest"]
4747
runs-on: "${{ matrix.runs_on }}"
4848
steps:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/b-r-u/osmpbf"
77
description = "A reader for the OpenStreetMap PBF file format (*.osm.pbf)."
88
categories = ["parser-implementations", "encoding", "science"]
99
keywords = ["openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf"]
10-
rust-version = "1.65"
10+
rust-version = "1.70"
1111
license = "MIT OR Apache-2.0"
1212
edition = "2021"
1313

0 commit comments

Comments
 (0)