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 449277f + bad31bd commit 155d250Copy full SHA for 155d250
Cargo.toml
@@ -1,15 +1,15 @@
1
[package]
2
name = "foobar"
3
version = "0.1.0"
4
-edition = "2018"
+edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
[lib]
8
9
crate-type = ["cdylib"]
10
11
[dependencies]
12
-pyo3 = { version = "0.23.5", features = ["extension-module"] }
+pyo3 = { version = "0.27.1", features = ["extension-module"] }
13
14
[package.metadata.maturin]
15
python-source = "python"
0 commit comments