Skip to content

Commit

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

Expand Down

0 comments on commit 390ac48

Please sign in to comment.