diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 55f99a88..3cfbf32e 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -8,7 +8,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/dmitrii-ubskii/vaticle-dependencies", - commit = "881321c6e59e2980710ce3545df1ced3b2b24e37", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies + commit = "666becca712b9b19676c806db123885cc374e221", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def typedb_behaviour(): diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9729ec13..3f7af072 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,8 @@ -# Generated by Vaticle Cargo sync tool. +# Generated by TypeDB Cargo sync tool. +# Do not modify this file. +features = {} [package] name = "typeql" diff --git a/tool/ide/rust/sync.sh b/tool/ide/rust/sync.sh index d974c462..ce58d14c 100755 --- a/tool/ide/rust/sync.sh +++ b/tool/ide/rust/sync.sh @@ -3,4 +3,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. -bazel run @typedb_dependencies//tool/ide:rust_sync -- @typedb_typeql_workspace_refs//:refs.json +bazel run @typedb_dependencies//tool/ide:rust_sync -- @typeql_workspace_refs//:refs.json