diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-05-30 18:58:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-30 19:58:44 +0200 |
| commit | f0dd751190b3859033a97a3ce3c44ed02aa0da0a (patch) | |
| tree | 9b77213346cc782a929b02327f7e2b98669a008c /Cargo.lock | |
| parent | 787e794027bbb2f13980db483f83f7a05fed3078 (diff) | |
refactor(bench): Allocate IDs for benches (#14757)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index e104af655..28077bc56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,6 +772,7 @@ dependencies = [ "fwdansi", "http", "import_map", + "indexmap", "jsonc-parser", "libc", "log", |
