Update color-eyre
We no longer need to patch `ansi-parser`.
This commit is contained in:
parent
6edd8e92c9
commit
4ad30a8a12
3 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -40,6 +40,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "ansi-parser"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fad5bd94a775101bd68c2de2bb28ca2eccd69f395ae3aec4ac4f6da3c1cd2c6a"
|
||||
dependencies = [
|
||||
"heapless",
|
||||
"nom",
|
||||
|
|
|
@ -12,7 +12,6 @@ members = [
|
|||
|
||||
[patch.crates-io]
|
||||
color-eyre = { path = "lib/color-eyre" }
|
||||
ansi-parser = { path = "lib/ansi-parser" }
|
||||
|
||||
[profile.dev.package.backtrace]
|
||||
opt-level = 3
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0fa05eba9954be223b06468c8760b97e660f9941
|
||||
Subproject commit 8a3d4544046f956e8e28c906553dc54d325368c1
|
Loading…
Add table
Reference in a new issue