Skip to content

Commit 83608ac

Browse files
fix: lock maturin version
1 parent d5b4df1 commit 83608ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.1,<2.0"]
2+
requires = ["maturin=1.2.1"]
33
build-backend = "maturin"
44

55
[project]
@@ -40,4 +40,4 @@ Changelog = "https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md"
4040
[tool.maturin]
4141
bindings = "bin"
4242
manifest-path = "crates/cli/Cargo.toml"
43-
strip = true
43+
strip = true

0 commit comments

Comments
 (0)