Skip to content

Commit 995b060

Browse files
committed
Bump default pyo3 version 0.27.0 -> 0.27.1
1 parent 595ea59 commit 995b060

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
@@ -13,7 +13,7 @@ fn build_latest_dependencies(download_latest_packages: bool) -> String {
1313
let mut version_string = String::new();
1414
let mut packages = vec![RustPackageVersion {
1515
name: "pyo3".to_string(),
16-
version: "0.27.0".to_string(),
16+
version: "0.27.1".to_string(),
1717
features: Some(vec!["extension-module".to_string()]),
1818
}];
1919

0 commit comments

Comments
 (0)