From 65b651155aa1e85bfa505f8c9011ca4b3eba40b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 5 Jan 2022 04:00:38 +0100 Subject: Bump yaxpeax-superh to 1.0.0 Turns out split_inclusive() binds the separator left, rather than right, so it's not useful here --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index bed9a70..1883a72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -407,10 +407,11 @@ dependencies = [ [[package]] name = "yaxpeax-superh" -version = "0.3.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c8cc1c381ba557a8d7e9fdb1399c36e4d9ce5a517b3e2bb504b261012403f4f" +checksum = "c5281091585bd676e16313291703e8724889d4076672fc7b4d0e5b1718c54e2c" dependencies = [ + "bitflags", "yaxpeax-arch", ] -- cgit v1.1