Skip to content

Commit 155d250

Browse files
authored
Merge pull request #7 from cjermain/claude/pyo3-027-011CUYo18ZqbutpJ67DM6jab
Update PyO3 to 0.27.1 and Rust edition to 2021
2 parents 449277f + bad31bd commit 155d250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "foobar"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[lib]
88
name = "foobar"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.23.5", features = ["extension-module"] }
12+
pyo3 = { version = "0.27.1", features = ["extension-module"] }
1313

1414
[package.metadata.maturin]
1515
python-source = "python"

0 commit comments

Comments
 (0)