Skip to content

Commit

Permalink
Allow pyo3 >=0.17 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbard authored Jun 14, 2023
1 parent 50d48c1 commit a3f5bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/libcst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ trace = ["peg/trace"]

[dependencies]
paste = "1.0.9"
pyo3 = { version = "0.17", optional = true }
pyo3 = { version = ">=0.17", optional = true }
thiserror = "1.0.37"
peg = "0.8.1"
chic = "1.2.2"
Expand Down

0 comments on commit a3f5bf9

Please sign in to comment.