Skip to content

Commit 229b397

Browse files
Merge pull request #250 from phenobarbital/new-exports
fix issue with setuptools-rust version
2 parents 8e85030 + 8b6b964 commit 229b397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
'setuptools==74.0.0',
44
'Cython==3.0.11',
55
'wheel==0.44.0',
6-
"setuptools-rust>=1.10.2",
6+
"setuptools-rust==1.10.2",
77
'maturin>=1,<2',
88
'typing-extensions >=4.6.0,!=4.7.0'
99
]

0 commit comments

Comments
 (0)