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 390ac48 + 8ec2d3b commit 75eff52Copy full SHA for 75eff52
src/rust_files.rs
@@ -11,7 +11,7 @@ fn build_latest_dependencies(download_latest_packages: bool) -> String {
11
let mut version_string = String::new();
12
let mut packages = vec![RustPackageVersion {
13
name: "pyo3".to_string(),
14
- version: "0.23.0".to_string(),
+ version: "0.23.1".to_string(),
15
features: Some(vec!["extension-module".to_string()]),
16
}];
17
0 commit comments