1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept newer minor version of crate capstone
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1095629
Last-Update: 2025-10-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -295,7 +295,7 @@
clap = { version = "4.5.17", default-features = false, features = ["std", "derive"] }
clap_complete = "4.4.7"
hashbrown = { version = "0.14", default-features = false }
-capstone = "0.12.0"
+capstone = ">= 0.12.0, <= 0.13"
once_cell = { version = "1.12.0", default-features = false }
smallvec = { version = "1.6.1", features = ["union"] }
tracing = "0.1.26"
|