Skip to content

Commit 1e407bf

Browse files
committed
Update protocol
1 parent ab95610 commit 1e407bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dependencies/typedb/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def typedb_protocol():
2929
# TODO: Return ref after merge to master
3030
git_repository(
3131
name = "typedb_protocol",
32-
remote = "https://github.com/farost/typedb-protocol",
33-
commit = "1c7da850ff24d582f28edd6d6f38be5dc87d20f1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_protocol
32+
remote = "https://github.com/typedb/typedb-protocol",
33+
commit = "55ed1423598425fa5ad56c7b7ca417a05d05dac3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_protocol
3434
)
3535

3636
def typedb_behaviour():

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
[dependencies.typedb-protocol]
6262
features = []
63-
rev = "1c7da850ff24d582f28edd6d6f38be5dc87d20f1"
63+
rev = "55ed1423598425fa5ad56c7b7ca417a05d05dac3"
6464
git = "https://github.com/typedb/typedb-protocol"
6565
default-features = false
6666

0 commit comments

Comments
 (0)