Skip to content

Commit b5859c1

Browse files
authored
Merge pull request #806 from sanders41/pyo3
Bump default pyo3 0.25.0 -> 0.25.1
2 parents 4ddd348 + a74a2ff commit b5859c1

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

0 commit comments

Comments
 (0)