diff options
| author | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-05-14 00:57:52 -0400 |
|---|---|---|
| committer | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-05-14 00:57:52 -0400 |
| commit | 4fddc7f47b575f1252a4f408a7dccd2c02dc651e (patch) | |
| tree | e9748e6c1962054d0989c02fc60d87d05d1819ab | |
| parent | ec60fda12905c88df398ab9706ea376c97d46d60 (diff) | |
Upgrade PyO3 to 0.10
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ debug = true | |||
| 10 | 10 | ||
| 11 | [dependencies] | 11 | [dependencies] |
| 12 | adblock = "0.2.9" | 12 | adblock = "0.2.9" |
| 13 | pyo3 = "0.9" | 13 | pyo3 = "0.10" |
| 14 | 14 | ||
| 15 | [lib] | 15 | [lib] |
| 16 | name="adblock" | 16 | name="adblock" |
