aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2021-02-05 11:57:32 +0000
committerEdwin Cheng <[email protected]>2021-02-24 21:47:13 +0000
commit23dbf36c7dfcbb43a0def2642287c2fb30864a07 (patch)
tree96aef1d59e6f707e1f86f71c3e8170bea2e7255a /Cargo.lock
parent0537510aef4059d5f79146a8dc2734ffdb27dc74 (diff)
Add benchmark test for mbe
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4d46601ab..a6038d36a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -901,6 +901,7 @@ version = "0.0.0"
901dependencies = [ 901dependencies = [
902 "log", 902 "log",
903 "parser", 903 "parser",
904 "profile",
904 "rustc-hash", 905 "rustc-hash",
905 "smallvec", 906 "smallvec",
906 "syntax", 907 "syntax",