Skip to content

Commit 07fec98

Browse files
authored
Update dependencies after servers relation index fix for CI tests (#793)
## Usage and product changes Ensure drivers run new BDD tests for migration written with the core's relation index fix typedb/typedb#7594 ## Implementation
1 parent f7d24be commit 07fec98

File tree

3 files changed

+76
-35
lines changed

3 files changed

+76
-35
lines changed

Cargo.lock

Lines changed: 74 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dependencies/typedb/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def typedb_artifact():
2525
artifact_name = "typedb-all-{platform}-{version}.{ext}",
2626
tag_source = deployment["artifact"]["release"]["download"],
2727
commit_source = deployment["artifact"]["snapshot"]["download"],
28-
tag = "3.5.0-rc0"
28+
commit = "2cc1d5c4b301abca73414c3e80801fb7c787f462"
2929
)
3030

3131
#def typedb_cloud_artifact():

dependencies/typedb/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ def typedb_behaviour():
3535
git_repository(
3636
name = "typedb_behaviour",
3737
remote = "https://github.com/typedb/typedb-behaviour",
38-
commit = "85079e8179d8ec9bd189281159ec0661dc6422c5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
38+
commit = "095a58cb823dd8436600526ceb3ff2c0bdf377f9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
3939
)

0 commit comments

Comments
 (0)