~jelmer/brz/graph-rs

« back to all changes in this revision

Viewing changes to lib-rio/Cargo.toml

  • Committer: The Breezy Bot
  • Author(s): Jelmer Vernooij, Jelmer Vernooij
  • Date: 2023-03-09 12:10:41 UTC
  • mfrom: (7650.92.17 3.3)
  • Revision ID: the_breezy_bot-20230309121041-xhth6fnwhe0m8ato
Merge lp:brz/3.3

by brz review by jelmer

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
path = "pyrio.rs"
10
10
 
11
11
[dependencies.pyo3]
12
 
# Use pyo3 < 0.16, as that drop support for Python 3.6.
13
 
version = ">=0.14,<0.16"
 
12
version = ">=0.14"
14
13
 
15
14
[dependencies.lazy_static]
16
15
version = "1.4.0"