Skip to content

Commit b39dfbe

Browse files
authored
Merge pull request #248 from sanders41/maturin
Bump default maturin version 1.4.0 -> 1.5.0
2 parents 4fd464a + 08e365e commit b39dfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl LatestVersion for RustPackageVersion {
148148

149149
pub fn default_version(package: &PythonPackage) -> String {
150150
match package {
151-
PythonPackage::Maturin => "1.4.0".to_string(),
151+
PythonPackage::Maturin => "1.5.0".to_string(),
152152
PythonPackage::MyPy => "1.8.0".to_string(),
153153
PythonPackage::Pytest => "8.0.2".to_string(),
154154
PythonPackage::PytestCov => "4.1.0".to_string(),

0 commit comments

Comments
 (0)