Skip to content

Commit 82e618d

Browse files
authored
Merge pull request #453 from sanders41/pyo3
Bump pyo3 0.22.2 -> 0.22.3
2 parents 4317f84 + 684e0bb commit 82e618d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rust_files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn build_latest_dependencies(download_latest_packages: bool) -> String {
1111
let mut version_string = String::new();
1212
let mut packages = vec![RustPackageVersion {
1313
name: "pyo3".to_string(),
14-
version: "0.22.2".to_string(),
14+
version: "0.22.3".to_string(),
1515
features: Some(vec!["extension-module".to_string()]),
1616
}];
1717

src/snapshots/python_project__rust_files__tests__save_cargo_toml_file.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/rust_files.rs
33
expression: content
44
---
5-
"[package]\nname = \"my-project\"\nversion = \"0.1.0\"\ndescription = \"This is a test\"\nedition = \"2021\"\nlicense = \"MIT\"\nreadme = \"README.md\"\n\n[lib]\nname = \"_my_project\"\ncrate-type = [\"cdylib\"]\n\n[dependencies]\npyo3 = { version = \"0.22.2\", features = [\"extension-module\"] }\n"
5+
"[package]\nname = \"my-project\"\nversion = \"0.1.0\"\ndescription = \"This is a test\"\nedition = \"2021\"\nlicense = \"MIT\"\nreadme = \"README.md\"\n\n[lib]\nname = \"_my_project\"\ncrate-type = [\"cdylib\"]\n\n[dependencies]\npyo3 = { version = \"0.22.3\", features = [\"extension-module\"] }\n"

0 commit comments

Comments
 (0)