Skip to content

Commit 8acda85

Browse files
committed
Bump default maturin 1.8.7 -> 1.9.0
1 parent 51b413c commit 8acda85

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.8.7".to_string(),
169+
PythonPackage::Maturin => "1.9.0".to_string(),
170170
PythonPackage::Mkdocs => "1.6.1".to_string(),
171171
PythonPackage::MkdocsMaterial => "9.6.14".to_string(),
172172
PythonPackage::Mkdocstrings => "0.29.1".to_string(),

0 commit comments

Comments
 (0)