Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ When user requests commit message generation:

### Rust

- The current MSRV and pinned contributor/CI toolchain are Rust 1.98.0. Keep
- The current MSRV and pinned contributor/CI toolchain are Rust 1.98.1. Keep
`Cargo.toml`, `rust-toolchain.toml`, and `clippy.toml` aligned when that
baseline changes deliberately.
- Rust's `f64::algebraic_*` operations are forbidden in all repository-owned
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clarity, and the fixed-dimension stack-allocation model.

## Getting Started

Install Rust 1.98.0 through [rustup](https://rustup.rs/), Git, the
Install Rust 1.98.1 through [rustup](https://rustup.rs/), Git, the
[GitHub CLI](https://cli.github.com/), Python 3.14,
[`uv` 0.12.5](https://docs.astral.sh/uv/), and `jq`. Authenticate the GitHub
CLI for repository operations, then install the repository's pinned `just`
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "la-stack"
version = "0.4.5"
edition = "2024"
rust-version = "1.98.0"
rust-version = "1.98.1"
license = "BSD-3-Clause"
description = "Fast, stack-allocated linear algebra for fixed dimensions"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ cases better served by broader linear-algebra libraries.

## 🚀 Quickstart

The minimum supported Rust version (MSRV) is 1.98.0.
The minimum supported Rust version (MSRV) is 1.98.1.

Add this to your `Cargo.toml`:

Expand Down Expand Up @@ -900,7 +900,7 @@ cargo run --features exact --example rational_input_5x5

A short contributor workflow:

Install Rust 1.98.0 through [rustup](https://rustup.rs/), Git,
Install Rust 1.98.1 through [rustup](https://rustup.rs/), Git,
[GitHub CLI](https://cli.github.com/), Python 3.14,
[`uv` 0.12.5](https://docs.astral.sh/uv/), and `jq`. Then install the pinned
`just` release from its locked dependency graph:
Expand Down
Loading
Loading