Skip to content

Commit 8806d24

Browse files
committed
Remove explicit pest dependency and use fastobo::syntax::pest
1 parent f5fbd67 commit 8806d24

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ features = ["chrono"]
2424
[dependencies]
2525
libc = "0.2.70"
2626
pyo3-built = "0.4.6"
27-
pest = "2.5.1"
2827
[dependencies.pyo3]
2928
version = "0.17.3"
3029
[dependencies.fastobo]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ extern crate pyo3;
66
#[macro_use]
77
extern crate pyo3_built;
88
extern crate libc;
9-
extern crate pest;
109
#[macro_use]
1110
extern crate fastobo_py_derive_internal;
1211
extern crate fastobo_graphs;

0 commit comments

Comments
 (0)