Skip to content

Commit a3c5ad4

Browse files
committed
try fixup
1 parent 904b584 commit a3c5ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install-release: venv
1414
source .venv/bin/activate && maturin develop --release
1515

1616
pre-commit: venv
17-
rustup component add rustfmt --toolchain nightly
17+
rustup component add rustfmt --toolchain nightly-2025-05-21
1818
cargo fmt --all && cargo clippy --all-features
1919
.venv/bin/python -m ruff check polars_xdt tests --fix --exit-non-zero-on-fix
2020
.venv/bin/python -m ruff format polars_xdt tests

0 commit comments

Comments
 (0)