Commit 16d1fb6
authored
Fix Rust protocol failing to build in Cargo after an IDE sync (#174)
## What is the goal of this PR?
We fixed an issue where the Rust protocol would fail to build in Cargo
after an IDE sync (by bumping `vaticle_dependencies`)
## What are the changes implemented in this PR?
The fix is in:
- typedb/typedb-dependencies#400
Summary: The `typedb-protocol` crate depends heavily on generated
sources (a Rust gRPC + Proto library). The Rust IDE sync tool would
generate these sources if run in the `typedb-protocol` repo itself, but
not if run from a different repo that depended on Protocol. We fixed
that.1 parent 4b07642 commit 16d1fb6
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
0 commit comments