We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595ea59 commit 995b060Copy full SHA for 995b060
src/rust_files.rs
@@ -13,7 +13,7 @@ fn build_latest_dependencies(download_latest_packages: bool) -> String {
13
let mut version_string = String::new();
14
let mut packages = vec![RustPackageVersion {
15
name: "pyo3".to_string(),
16
- version: "0.27.0".to_string(),
+ version: "0.27.1".to_string(),
17
features: Some(vec!["extension-module".to_string()]),
18
}];
19
0 commit comments