Skip to content

Commit c9d9fb9

Browse files
authored
Merge branch 'master' into farewell_to_gdb_openocd
2 parents 06a4849 + 7748086 commit c9d9fb9

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ vsc7448-types = { git = "https://github.com/oxidecomputer/vsc7448.git" }
108108
#
109109
probe-rs = { git = "https://github.com/oxidecomputer/probe-rs.git", branch = "oxide-v0.12.0" }
110110

111-
#
112-
# We need the fix for https://github.com/capstone-rust/capstone-rs/issues/84,
113-
# which upstream seems uninterested in fixing.
114-
#
115-
capstone = {git = "https://github.com/oxidecomputer/capstone-rs.git"}
116-
117111
# Local `path`-based deps
118112
humility = { path = "./humility-core", package = "humility-core" }
119113
humility-arch-arm = { path = "./humility-arch-arm" }
@@ -195,6 +189,7 @@ addr2line = "0.26"
195189
anyhow = { version = "1.0.44", features = ["backtrace"] }
196190
bitfield = "0.19.4"
197191
byteorder = "1.3.4"
192+
capstone = "0.14.0"
198193
cargo-readme = "3.3.1"
199194
cargo_metadata = "0.23.1"
200195
chrono = "0.4.38"

0 commit comments

Comments
 (0)