diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-31 00:32:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-31 00:32:42 -0700 |
| commit | 7c82667f75fdfe56ca66ccc0dbe2c92a989ba858 (patch) | |
| tree | 0d75ddd4f73d046727bdd0369515b09532647c16 /BUILD.gn | |
| parent | 2422e526257d971ba382bb9195e0ee527b918672 (diff) | |
Upgrade Flatbuffers. (#1127)
Use msg_generated.rs as mod instead of crate.
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,6 @@ main_extern = [ "$rust_build:tokio_threadpool", "$rust_build:url", "//build_extra/flatbuffers/rust:flatbuffers", - ":msg_rs", ] ts_sources = [ @@ -126,6 +125,7 @@ rust_executable("deno") { extern = main_extern deps = [ ":libdeno", + ":msg_rs", ":snapshot", ] } |
