Skip to content

Commit ac38736

Browse files
committed
Bump default maturin version 1.7.8 -> 1.8.0
1 parent c653091 commit ac38736

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)