Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Nov 14, 2023
1 parent c4d66dd commit 020fc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/project_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,8 @@ tomli = {version = ">=2.0.1", python = "<3.11"}"#
pre-commit==3.5.0
pytest==7.4.2
pytest-cov==4.1.0
maturin==1.3.2
ruff==0.1.5
maturin==1.3.2
-e .
"#
.to_string()
Expand All @@ -743,8 +743,8 @@ ruff==0.1.5
pre-commit>=3.5.0
pytest>=7.4.2
pytest-cov>=4.1.0
maturin>=1.3.2
ruff>=0.1.5
maturin>=1.3.2
-e .
"#
.to_string()
Expand Down

0 comments on commit 020fc58

Please sign in to comment.