Skip to content

Commit 8ec2d3b

Browse files
committed
Bump default pyo3 version 0.23.0 -> 0.23.1
1 parent 390ac48 commit 8ec2d3b

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

0 commit comments

Comments
 (0)