summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-31 00:32:42 -0700
committerGitHub <noreply@github.com>2018-10-31 00:32:42 -0700
commit7c82667f75fdfe56ca66ccc0dbe2c92a989ba858 (patch)
tree0d75ddd4f73d046727bdd0369515b09532647c16 /BUILD.gn
parent2422e526257d971ba382bb9195e0ee527b918672 (diff)
Upgrade Flatbuffers. (#1127)
Use msg_generated.rs as mod instead of crate.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e81ac64dd..37e89626e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",
]
}