Skip to content

Commit 39b32fa

Browse files
Update dependencies, move sync tool
1 parent e24ad72 commit 39b32fa

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

Cargo.lock

Lines changed: 15 additions & 9 deletions
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
@@ -28,12 +28,12 @@ def typedb_protocol():
2828
git_repository(
2929
name = "typedb_protocol",
3030
remote = "https://github.com/typedb/typedb-protocol",
31-
tag = "3.0.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_protocol
31+
commit = "7c7e24c43a59ac3e3b2c4bb17566eb9478099c21", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_protocol
3232
)
3333

3434
def typedb_behaviour():
3535
git_repository(
3636
name = "typedb_behaviour",
3737
remote = "https://github.com/typedb/typedb-behaviour",
38-
commit = "a5ca738d691e7e7abec0a69e68f6b06310ac2168", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
38+
commit = "28e93a9eb2b411d5a3d04efb2812ff3a46363c24", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
3939
)

rust/Cargo.toml

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

6161
[dependencies.typedb-protocol]
6262
features = []
63+
rev = "7c7e24c43a59ac3e3b2c4bb17566eb9478099c21"
6364
git = "https://github.com/typedb/typedb-protocol"
64-
tag = "3.0.0"
6565
default-features = false
6666

6767
[dependencies.log]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)