diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-10-24 23:22:31 +0200 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-24 17:22:31 -0400 |
| commit | 492b87d4607577ecad55ae7b1091b440c95880c8 (patch) | |
| tree | c70c157ddb83ad492162c6196dee0f979ec41524 /Cargo.lock | |
| parent | 1d8f3cc896ac417ceed4a28e4a001a758ab49185 (diff) | |
Add error handling for minimal dispatch (#3176)
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 4fbd10fce..c761335c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,6 +271,7 @@ version = "0.21.0" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "deno 0.21.0", "deno_typescript 0.21.0", |
