You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up old Rust gRPC compile code that used the 'grpc' crate (#166)
## What is the goal of this PR?
We cleaned up old Rust gRPC compile code that was using the `grpc`
crate, as we are now using the `tonic` crate instead.
## What are the changes implemented in this PR?
We successfully migrated `typedb-client-rust` from using the `grpc`
crate to the more actively-maintained `tonic` crate, and from the
`protobuf` crate (used by `grpc`) to the `prost` crate used by `tonic`.
So, we can now freely delete the old gRPC compiler code using the `grpc`
crate from `typedb-protocol`.
We've also integrated the Rust IDE sync tool into `typedb-protocol`,
which is needed to provide IntelliSense in our Rust sources.
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
21
21
git_repository(
22
22
name="vaticle_dependencies",
23
23
remote="https://github.com/vaticle/dependencies",
24
-
commit="4464b506ca469f37d3b696fb2f1eda34061cdaa1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24
+
commit="5be6d949ca1e04e4179ea6acb3432be713b9dfb8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
0 commit comments