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 4fd464a commit 08e365eCopy full SHA for 08e365e
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.4.0".to_string(),
+ PythonPackage::Maturin => "1.5.0".to_string(),
152
PythonPackage::MyPy => "1.8.0".to_string(),
153
PythonPackage::Pytest => "8.0.2".to_string(),
154
PythonPackage::PytestCov => "4.1.0".to_string(),
0 commit comments