Skip to content

Commit 30faedf

Browse files
igerberclaude
andcommitted
Bump rust-version to 1.84 to match faer 0.24 MSRV
faer 0.24 requires Rust 1.84, which is higher than PyO3 0.28's 1.83 floor. Declare the actual minimum so source builds fail early. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e07b0c7 commit 30faedf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "diff_diff_rust"
33
version = "3.0.0"
44
edition = "2021"
5-
rust-version = "1.83"
5+
rust-version = "1.84"
66
description = "Rust backend for diff-diff DiD library"
77
license = "MIT"
88

0 commit comments

Comments
 (0)