Skip to content

Commit

Permalink
Update itertools to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Jan 1, 2025
1 parent 626a995 commit 24f0d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, 1.67]
rust: [stable, 1.71.1]

steps:
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

### Changed

* Requires Rust 1.67 or later.
* Requires Rust 1.71.1 or later.

## [0.8.0] - 2024-11-01

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["matrix", "decomposition", "pca", "ica", "dimensionality"]
categories = ["mathematics", "science", "algorithms"]
authors = ["Min Kim <msk@dolbo.net>"]
edition = "2021"
rust-version = "1.67"
rust-version = "1.71.1"
exclude = ["./github"]

[badges]
Expand Down Expand Up @@ -50,7 +50,7 @@ serialization = [
]

[dependencies]
itertools = "0.13"
itertools = "0.14"
lair = "0.7"
lapack = "0.19"
ndarray = "0.16.1"
Expand Down

0 comments on commit 24f0d41

Please sign in to comment.