Skip to content

Commit 3ca8c8f

Browse files
authored
Merge pull request #814 from sanders41/maturin
Bump default maturin 1.8.7 -> 1.9.0
2 parents 51b413c + 8acda85 commit 3ca8c8f

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)