This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 124c9ce chore: Bump MSRV from 1.85 to 1.86 (#348)
124c9ce is described below
commit 124c9ce0a33c2dcc1fd33344914ddadde142f2df
Author: Kriskras99 <[email protected]>
AuthorDate: Wed Dec 3 09:46:58 2025 +0100
chore: Bump MSRV from 1.85 to 1.86 (#348)
This allows us to update to new versions of `criterion` and `ctor`.
---
.github/workflows/test-lang-rust-ci.yml | 2 +-
.github/workflows/test-lang-rust-clippy.yml | 2 +-
Cargo.toml | 2 +-
avro/README.md | 2 +-
avro/src/lib.rs | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/test-lang-rust-ci.yml
b/.github/workflows/test-lang-rust-ci.yml
index 9b4b72a..cbf782f 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -42,7 +42,7 @@ jobs:
- 'stable'
- 'beta'
- 'nightly'
- - '1.85.0' # MSRV
+ - '1.86.0' # MSRV
runner:
- name: ubuntu-24.04
target: x86_64-unknown-linux-gnu
diff --git a/.github/workflows/test-lang-rust-clippy.yml
b/.github/workflows/test-lang-rust-clippy.yml
index ecd392a..0abfbc0 100644
--- a/.github/workflows/test-lang-rust-clippy.yml
+++ b/.github/workflows/test-lang-rust-clippy.yml
@@ -40,7 +40,7 @@ jobs:
matrix:
rust:
- 'stable'
- - '1.85.0' # MSRV
+ - '1.86.0' # MSRV
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
diff --git a/Cargo.toml b/Cargo.toml
index de147b2..215c6e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ version = "0.22.0"
license = "Apache-2.0"
repository = "https://github.com/apache/avro-rs"
edition = "2024"
-rust-version = "1.85.0"
+rust-version = "1.86.0"
keywords = ["avro", "data", "serialization"]
categories = ["encoding"]
documentation = "https://docs.rs/apache-avro"
diff --git a/avro/README.md b/avro/README.md
index d11cbba..d9d7922 100644
--- a/avro/README.md
+++ b/avro/README.md
@@ -115,7 +115,7 @@ versions. If you have troubles upgrading, check the release
notes.
## Minimum supported Rust version
-1.85.0
+1.86.0
## Defining a schema
diff --git a/avro/src/lib.rs b/avro/src/lib.rs
index 95dffa7..853722d 100644
--- a/avro/src/lib.rs
+++ b/avro/src/lib.rs
@@ -104,7 +104,7 @@
//!
//! # Minimum supported Rust version
//!
-//! 1.85.0
+//! 1.86.0
//!
//! # Defining a schema
//!