Skip to content

Commit

Permalink
Merge pull request #120 from sanders41/maturin
Browse files Browse the repository at this point in the history
Bump default maturin version 1.2.3 -> 1.3.1
  • Loading branch information
sanders41 authored Oct 24, 2023
2 parents eb0863b + db063e6 commit f8f2ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/project_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ fn build_latest_dev_dependencies(
match project_manager {
ProjectManager::Maturin => packages.push(PythonPackageVersion {
name: "maturin".to_string(),
version: "1.2.3".to_string(),
version: "1.3.1".to_string(),
}),
ProjectManager::Poetry => packages.push(PythonPackageVersion {
name: "tomli".to_string(),
Expand Down Expand Up @@ -758,7 +758,7 @@ pre-commit==3.5.0
pytest==7.4.2
pytest-cov==4.1.0
ruff==0.1.0
maturin==1.2.3
maturin==1.3.1
-e .
"#
.to_string()
Expand All @@ -771,7 +771,7 @@ pre-commit>=3.5.0
pytest>=7.4.2
pytest-cov>=4.1.0
ruff>=0.1.0
maturin>=1.2.3
maturin>=1.3.1
-e .
"#
.to_string()
Expand Down

0 comments on commit f8f2ab8

Please sign in to comment.