Skip to content

Commit 4a20ac0

Browse files
authored
Update zlib dependency (#295)
## Usage and product changes Support build on Apple Clang 17+ by updating dependencies (details: typedb/typedb-dependencies#577). ## Implementation
1 parent 8beb064 commit 4a20ac0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ features = {}
4646

4747
[dependencies.typedb-driver]
4848
features = []
49+
rev = "3b171274a42751376b2a480baa40315ebbf80fce"
4950
git = "https://github.com/typedb/typedb-driver"
50-
tag = "3.4.0-rc0"
5151
default-features = false
5252

5353
[dependencies.futures]

dependencies/typedb/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ def typedb_dependencies():
88
git_repository(
99
name = "typedb_dependencies",
1010
remote = "https://github.com/typedb/typedb-dependencies",
11-
commit = "4ffeaabde31c41cee271cbb563f17168f4229a93", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
11+
commit = "fac1121c903b0c9e5924d391a883e4a0749a82a2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
1212
)
1313

1414
def typedb_driver():
1515
git_repository(
1616
name = "typedb_driver",
1717
remote = "https://github.com/typedb/typedb-driver",
18-
tag = "3.4.0-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
18+
commit = "3b171274a42751376b2a480baa40315ebbf80fce", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
1919
)
2020

2121
def typeql():

0 commit comments

Comments
 (0)