Skip to content

Commit 23deaa5

Browse files
committedMar 11, 2025
Bump MSRV
1 parent 7554412 commit 23deaa5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
include:
7171
- build: msrv
7272
os: ubuntu-20.04
73-
rust: 1.77.0
73+
rust: 1.85.0
7474
- build: stable
7575
os: ubuntu-20.04
7676
rust: stable

‎changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
- unreleased
6+
- Bump MSRV (1.85)
7+
58
- 0.11.3
69
- Fixed a bug where Iptr -> I conversion was not checked
710

‎sprs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "../README.md"
77
repository = "https://github.com/sparsemat/sprs"
88
documentation = "https://docs.rs/sprs"
99
keywords = ["sparse", "matrix", "linear", "algebra"]
10-
rust-version.workspace = true
10+
rust-version = "1.85.0"
1111
edition.workspace = true
1212
license.workspace = true
1313

0 commit comments

Comments
 (0)