Skip to content

Commit 34fa7e9

Browse files
committed
Bump MSRV to 1.85
This matches debian stable at the moment
1 parent ac8056e commit 34fa7e9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
env:
2424
RUST_LOG: debug
2525
CARGO_TERM_COLOR: always
26-
MSRV: 1.81.0
26+
MSRV: 1.85.0
2727
HACK: hack --package neo4rs --each-feature --exclude-features unstable-serde-packstream-format,unstable-bolt-protocol-impl-v2,unstable-result-summary
2828

2929
jobs:

.github/workflows/create-release-pr.yml

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

2121
env:
2222
RUSTUP_TOOLCHAIN: stable
23-
MSRV: 1.81.0
23+
MSRV: 1.85.0
2424

2525
jobs:
2626
make-release-pr:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Only the latest 5.x version is supported, following the [Neo4j Version support p
5555

5656
## MSRV
5757

58-
The crate has a minimum supported Rust version (MSRV) of `1.81.0` as of 0.9.x.
58+
The crate has a minimum supported Rust version (MSRV) of `1.85.0` as of 0.9.x.
5959
The version [0.8.x](https://crates.io/crates/neo4rs/0.8.0) has an MSRV of `1.63.0`
6060

6161
A change in the MSRV is *not* considered a breaking change.

include_snippet/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "neo4rs_include_snippet"
33
version = "0.9.0-rc.8"
44
edition = "2021"
55
description = "Internal proc macro for the include_snippet! macro"
6+
rust-version = "1.85"
67
publish = true
78

89
[lib]

0 commit comments

Comments
 (0)