Skip to content

Commit 41bdfed

Browse files
committed
Bump MSRV to 1.80.1
1 parent 3ccda9a commit 41bdfed

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.75.0
26+
MSRV: 1.80.1
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.75.0
23+
MSRV: 1.80.1
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.75.0` as of 0.9.x.
58+
The crate has a minimum supported Rust version (MSRV) of `1.80.1` 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.

integrationtests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
repository = "https://github.com/neo4j-labs/neo4rs"
1212
documentation = "https://docs.rs/neo4rs"
1313
readme = "../README.md"
14-
rust-version = "1.75.0"
14+
rust-version = "1.80.1"
1515
publish = false
1616

1717
[features]

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/neo4rs"
1313
readme = "../README.md"
1414
keywords = ["neo4j", "driver", "bolt", "cypher", "tokio"]
1515
categories = ["database", "network-programming", "asynchronous"]
16-
rust-version = "1.75.0"
16+
rust-version = "1.80.1"
1717

1818
[features]
1919
json = ["serde_json"]

0 commit comments

Comments
 (0)