Commit 63dee2f
committed
fix: downgrade to edition 2021 and MSRV 1.80 for stable Rust compatibility
Edition 2024 requires Rust 1.85+ which breaks installation for users
on stable toolchains (e.g., Rust 1.84). Since we support Python 3.9+
targeting enterprise environments, a conservative MSRV aligns with
that philosophy.
Changes:
- rust/Cargo.toml: edition 2024 → 2021, rust-version 1.91 → 1.80
Fixes #301 parent 7dd8597 commit 63dee2f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments