We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63ed79 commit 4c4b91aCopy full SHA for 4c4b91a
src/project_generator.rs
@@ -307,7 +307,7 @@ fn build_latest_dev_dependencies(
307
match project_manager {
308
ProjectManager::Maturin => packages.push(PythonPackageVersion {
309
name: "maturin".to_string(),
310
- version: "1.3.2".to_string(),
+ version: "1.4.0".to_string(),
311
}),
312
ProjectManager::Poetry => packages.push(PythonPackageVersion {
313
name: "tomli".to_string(),
@@ -732,7 +732,7 @@ pre-commit==3.5.0
732
pytest==7.4.2
733
pytest-cov==4.1.0
734
ruff==0.1.6
735
-maturin==1.3.2
+maturin==1.4.0
736
-e .
737
"#
738
.to_string()
@@ -744,7 +744,7 @@ pre-commit>=3.5.0
744
pytest>=7.4.2
745
pytest-cov>=4.1.0
746
ruff>=0.1.6
747
-maturin>=1.3.2
+maturin>=1.4.0
748
749
750
0 commit comments