From 7c82667f75fdfe56ca66ccc0dbe2c92a989ba858 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 31 Oct 2018 00:32:42 -0700 Subject: Upgrade Flatbuffers. (#1127) Use msg_generated.rs as mod instead of crate. --- build_extra/rust/rust.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_extra/rust/rust.gni') diff --git a/build_extra/rust/rust.gni b/build_extra/rust/rust.gni index 889e25467..c7ad376d0 100644 --- a/build_extra/rust/rust.gni +++ b/build_extra/rust/rust.gni @@ -151,7 +151,7 @@ template("rust_crate") { } action(action_name) { - script = "//third_party/v8/tools/run.py" + script = "//build_extra/rust/run.py" sources = [ source_root, ] -- cgit v1.2.3