mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
cargo: remove unused ouroboros
dependency
I saw this while looking over the Cargo file and remembered Martin removed usage of this a while back. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
31ac0d7e1f
commit
c535b1c50d
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ maplit = "1.0.2"
|
|||
minus = { version = "5.6.1", features = ["dynamic_output", "search"] }
|
||||
num_cpus = "1.16.0"
|
||||
once_cell = "1.19.0"
|
||||
ouroboros = "0.18.0"
|
||||
pest = "2.7.11"
|
||||
pest_derive = "2.7.11"
|
||||
pollster = "0.3.0"
|
||||
|
|
Loading…
Reference in a new issue