Skip to content

Commit b911cf5

Browse files
committed
repeat for pyo3-ffi examples
1 parent c46bc7d commit b911cf5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ def set_msrv_package_versions(session: nox.Session):
627627
projects = (
628628
PYO3_DIR,
629629
*(Path(p).parent for p in glob("examples/*/Cargo.toml")),
630+
*(Path(p).parent for p in glob("pyo3-ffi/examples/*/Cargo.toml")),
630631
)
631632
min_pkg_versions = {
632633
"trybuild": "1.0.89",

pyo3-ffi/examples/sequential/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "sequential"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.63"
56

67
[lib]
78
name = "sequential"

pyo3-ffi/examples/string-sum/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "string_sum"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.63"
56

67
[lib]
78
name = "string_sum"

0 commit comments

Comments
 (0)