Skip to content

Commit 8284740

Browse files
authored
Merge pull request #737 from sanders41/pyo3
Bump default pyo3 version 0.23.5 -> 0.24.0
2 parents bf7c924 + f57913e commit 8284740

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.23.5".to_string(),
14+
version: "0.24.0".to_string(),
1515
features: Some(vec!["extension-module".to_string()]),
1616
}];
1717

0 commit comments

Comments
 (0)