Skip to content

Commit 390ac48

Browse files
authored
Merge pull request #600 from sanders41/pyo3
Bump default pyo3 version 0.22.6 -> 0.23.0
2 parents fc0341a + 4b31928 commit 390ac48

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

0 commit comments

Comments
 (0)