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 eb0863b commit db063e6Copy full SHA for db063e6
src/project_generator.rs
@@ -326,7 +326,7 @@ fn build_latest_dev_dependencies(
326
match project_manager {
327
ProjectManager::Maturin => packages.push(PythonPackageVersion {
328
name: "maturin".to_string(),
329
- version: "1.2.3".to_string(),
+ version: "1.3.1".to_string(),
330
}),
331
ProjectManager::Poetry => packages.push(PythonPackageVersion {
332
name: "tomli".to_string(),
@@ -758,7 +758,7 @@ pre-commit==3.5.0
758
pytest==7.4.2
759
pytest-cov==4.1.0
760
ruff==0.1.0
761
-maturin==1.2.3
+maturin==1.3.1
762
-e .
763
"#
764
.to_string()
@@ -771,7 +771,7 @@ pre-commit>=3.5.0
771
pytest>=7.4.2
772
pytest-cov>=4.1.0
773
ruff>=0.1.0
774
-maturin>=1.2.3
+maturin>=1.3.1
775
776
777
0 commit comments