Skip to content

Commit 8fc10a2

Browse files
authored
Merge pull request #152 from sanders41/maturin
Bump default maturin 1.3.2 -> 1.4.0
2 parents b63ed79 + 4c4b91a commit 8fc10a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/project_generator.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ fn build_latest_dev_dependencies(
307307
match project_manager {
308308
ProjectManager::Maturin => packages.push(PythonPackageVersion {
309309
name: "maturin".to_string(),
310-
version: "1.3.2".to_string(),
310+
version: "1.4.0".to_string(),
311311
}),
312312
ProjectManager::Poetry => packages.push(PythonPackageVersion {
313313
name: "tomli".to_string(),
@@ -732,7 +732,7 @@ pre-commit==3.5.0
732732
pytest==7.4.2
733733
pytest-cov==4.1.0
734734
ruff==0.1.6
735-
maturin==1.3.2
735+
maturin==1.4.0
736736
-e .
737737
"#
738738
.to_string()
@@ -744,7 +744,7 @@ pre-commit>=3.5.0
744744
pytest>=7.4.2
745745
pytest-cov>=4.1.0
746746
ruff>=0.1.6
747-
maturin>=1.3.2
747+
maturin>=1.4.0
748748
-e .
749749
"#
750750
.to_string()

0 commit comments

Comments
 (0)