Skip to content

Commit 3ddb352

Browse files
authored
Merge pull request #638 from sanders41/maturin
Bump default maturin version 1.7.8 -> 1.8.0
2 parents c653091 + ac38736 commit 3ddb352

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
@@ -166,7 +166,7 @@ impl LatestVersion for RustPackageVersion {
166166

167167
pub fn default_version(package: &PythonPackage) -> String {
168168
match package {
169-
PythonPackage::Maturin => "1.7.8".to_string(),
169+
PythonPackage::Maturin => "1.8.0".to_string(),
170170
PythonPackage::Mkdocs => "1.6.1".to_string(),
171171
PythonPackage::MkdocsMaterial => "9.5.44".to_string(),
172172
PythonPackage::Mkdocstrings => "0.27.0".to_string(),

0 commit comments

Comments
 (0)