WIP: updating for fayalite/redo-trace-as-string
Some checks failed
/ test (pull_request) Failing after 21s

This commit is contained in:
Jacob Lifshay 2026-05-13 23:34:24 -07:00
parent 7da2d776a5
commit 4bfb20d1b0
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
4 changed files with 118 additions and 99 deletions

View file

@ -15,7 +15,8 @@ rust-version = "1.93.0"
[workspace.dependencies]
base16ct = "1.0.0"
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
#fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
fayalite = { path = "../fayalite/crates/fayalite" }
hex-literal = "1.1.0"
parse_powerisa_pdf = { git = "https://git.libre-chip.org/libre-chip/parse_powerisa_pdf.git", version = "0.1.0", branch = "master" }
roxmltree = "0.21.1"