Skip to content

Commit

Permalink
Merge pull request #609 from sanders41/pyo3
Browse files Browse the repository at this point in the history
Bump default pyo3 version 0.23.1 -> 0.23.2
  • Loading branch information
sanders41 authored Nov 26, 2024
2 parents 4bace09 + 00344ae commit b1931b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust_files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn build_latest_dependencies(download_latest_packages: bool) -> String {
let mut version_string = String::new();
let mut packages = vec![RustPackageVersion {
name: "pyo3".to_string(),
version: "0.23.1".to_string(),
version: "0.23.2".to_string(),
features: Some(vec!["extension-module".to_string()]),
}];

Expand Down

0 comments on commit b1931b5

Please sign in to comment.