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 26dcdf3 + ee36f69 commit ff636e3Copy full SHA for ff636e3
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.21.2".to_string(),
+ version: "0.22.1".to_string(),
15
features: Some(vec!["extension-module".to_string()]),
16
}];
17
@@ -186,7 +186,7 @@ name = "_{}"
186
crate-type = ["cdylib"]
187
188
[dependencies]
189
-pyo3 = {{ version = "0.21.2", features = ["extension-module"] }}
+pyo3 = {{ version = "0.22.1", features = ["extension-module"] }}
190
"#,
191
&project_info.project_slug, &project_info.project_description, &project_info.source_dir
192
);
0 commit comments