Skip to content

Commit

Permalink
use 0.19 and 0.8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Nov 12, 2023
1 parent eb584dc commit cd77259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20.0", features = ["abi3", "auto-initialize"] }
pyo3 = { version = "0.19", features = ["abi3", "auto-initialize"] }
similar = "2.1"
chrono = "0.4"
tempfile = "3.3"
log = "0.4"
pyo3-log = "0.9.0"
pyo3-log = "0.8"

fapolicy-analyzer = { path = "../analyzer" }
fapolicy-auparse = { path = "../auparse" }
Expand Down

0 comments on commit cd77259

Please sign in to comment.