Skip to content

Commit 2b15932

Browse files
alexclaude
andauthored
Bump MSRV to 1.85 and update to Rust 2024 edition (#1151)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2f3b97e commit 2b15932

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- {VERSION: "pypy-3.11", NOXSESSION: "tests"}
100100

101101
# MSRV
102-
- {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "1.74.0"}
102+
- {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "1.85"}
103103
- {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "beta"}
104104
- {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "nightly"}
105105
name: "${{ matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Unreleased
5+
----------
6+
7+
* Bumped MSRV to 1.85.
8+
49
5.0.0
510
-----
611

src/_bcrypt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "bcrypt-rust"
33
version = "0.1.0"
44
authors = ["The bcrypt developers <cryptography-dev@python.org>"]
5-
edition = "2018"
5+
edition = "2024"
66
# This specifies the MSRV
7-
rust-version = "1.74.0"
7+
rust-version = "1.85"
88
publish = false
99

1010
[dependencies]

0 commit comments

Comments
 (0)