Skip to content

Commit 1d26093

Browse files
authored
Merge pull request #848 from sanders41/maturin
Bump default maturin version 1.9.2 -> 1.9.3
2 parents 52f5909 + 62fb9eb commit 1d26093

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.9.2".to_string(),
169+
PythonPackage::Maturin => "1.9.3".to_string(),
170170
PythonPackage::Mkdocs => "1.6.1".to_string(),
171171
PythonPackage::MkdocsMaterial => "9.6.16".to_string(),
172172
PythonPackage::Mkdocstrings => "0.30.0".to_string(),

0 commit comments

Comments
 (0)