Skip to content

Commit 53321ce

Browse files
authored
Merge pull request #763 from sanders41/pyo3
Bump default pyo3 version 0.24.1 -> 0.24.2
2 parents 68924fd + ca6defb commit 53321ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust_files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn build_latest_dependencies(download_latest_packages: bool) -> String {
1111
let mut version_string = String::new();
1212
let mut packages = vec![RustPackageVersion {
1313
name: "pyo3".to_string(),
14-
version: "0.24.1".to_string(),
14+
version: "0.24.2".to_string(),
1515
features: Some(vec!["extension-module".to_string()]),
1616
}];
1717

0 commit comments

Comments
 (0)