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.
2 parents ff636e3 + 2e9cff8 commit 86da2d3Copy full SHA for 86da2d3
src/package_version.rs
@@ -148,7 +148,7 @@ impl LatestVersion for RustPackageVersion {
148
149
pub fn default_version(package: &PythonPackage) -> String {
150
match package {
151
- PythonPackage::Maturin => "1.6.0".to_string(),
+ PythonPackage::Maturin => "1.7.0".to_string(),
152
PythonPackage::MyPy => "1.10.1".to_string(),
153
PythonPackage::Pytest => "8.2.2".to_string(),
154
PythonPackage::PytestCov => "5.0.0".to_string(),
0 commit comments