Skip to content

Commit

Permalink
Merge pull request #601 from sanders41/pyo3
Browse files Browse the repository at this point in the history
Bump default pyo3 version 0.23.0 -> 0.23.1
  • Loading branch information
sanders41 authored Nov 17, 2024
2 parents 390ac48 + 8ec2d3b commit 75eff52
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.0".to_string(),
version: "0.23.1".to_string(),
features: Some(vec!["extension-module".to_string()]),
}];

Expand Down

0 comments on commit 75eff52

Please sign in to comment.