Skip to content

Commit

Permalink
fix: fix msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Nov 17, 2024
1 parent c6acf91 commit 4022835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Breaking changes

- Updated Rust Polars to 0.44.2 (#1271).
- Minimum supported Rust version (MSRV) is now 1.82.0.
- `$reshape()`'s `nested_type` argument is removed.
- `$approx_n_unique()` no longer works on Categorical type.
- `<Series>$compare()` is removed. (#1272)
Expand Down
2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "r-polars"
version = "0.44.0"
edition = "2021"
rust-version = "1.80.0"
rust-version = "1.82.0"
publish = false

[lib]
Expand Down

0 comments on commit 4022835

Please sign in to comment.