Skip to content

Commit 40698a1

Browse files
committed
Updated maturin v1.8.7 -> v1.8.1
1 parent 9953c54 commit 40698a1

3 files changed

Lines changed: 21 additions & 19 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*.py[cod]
2+
13
# Generated by Cargo
24
# will have compiled files and executables
35
debug/
@@ -15,6 +17,7 @@ Cargo.lock
1517

1618
# IDE
1719
.idea
20+
*.iml
1821
.vscode
1922

2023
# Python virtual environment
@@ -31,4 +34,3 @@ __pycache__
3134

3235
# Build artifacts
3336
*.so
34-
*.pyd

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Author" = "https://github.com/MarshalX"
3939

4040
[dependency-groups]
41-
dev = ["maturin>=1.2,<2.0"]
41+
dev = ["maturin==1.8.1"]
4242
testing = [
4343
{ include-group = "dev" },
4444
"pytest==8.3.5",

uv.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)