Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-ubskii committed Nov 14, 2024
1 parent 5659892 commit 133c8cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/typedb/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
4 changes: 3 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tool/ide/rust/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 133c8cd

Please sign in to comment.