Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
0f7d38e7
Unverified
Commit
0f7d38e7
authored
Jun 17, 2024
by
Ziru Niu
Committed by
GitHub
Jun 17, 2024
Browse files
fix build.rs watch files (#2072)
parent
13183891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
router/client/build.rs
router/client/build.rs
+1
-1
No files found.
router/client/build.rs
View file @
0f7d38e7
use
std
::
fs
;
fn
main
()
->
Result
<
(),
Box
<
dyn
std
::
error
::
Error
>>
{
println!
(
"cargo:rerun-if-changed=../../proto/
**
"
);
println!
(
"cargo:rerun-if-changed=../../proto/"
);
fs
::
create_dir_all
(
"src/v2/pb"
)
.unwrap_or
(());
let
mut
config
=
prost_build
::
Config
::
new
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment