roezio: Update PyO3 to 0.17
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
6e94a57eb9
commit
cf8608ab02
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ authors = [
|
|||
description = "A console XMPP client"
|
||||
|
||||
[dependencies]
|
||||
pyo3 = { version = "0.16", features = ["extension-module"] }
|
||||
pyo3 = { version = "0.17", features = ["extension-module"] }
|
||||
nom = "7.1"
|
||||
chrono = "0.4"
|
||||
ncurses = "5"
|
||||
|
|
Loading…
Reference in a new issue