aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/Cargo.lock')
-rw-r--r--yjit/Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/yjit/Cargo.lock b/yjit/Cargo.lock
index 08ae1bd487..e9a59cb771 100644
--- a/yjit/Cargo.lock
+++ b/yjit/Cargo.lock
@@ -35,15 +35,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
[[package]]
-name = "stats_alloc"
-version = "0.1.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
-
-[[package]]
name = "yjit"
version = "0.1.0"
dependencies = [
"capstone",
- "stats_alloc",
]