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.
2 parents 2514199 + 995b060 commit 4bc8a3dCopy full SHA for 4bc8a3d
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