File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ Documentation: https://typedb.com/docs/drivers/
7
7
Available from https://crates.io/crates/typedb-protocol
8
8
9
9
``` sh
10
- cargo add typedb-protocol@3.4.0-rc0
10
+ cargo add typedb-protocol@3.4.0
11
11
```
12
12
13
13
#### For Node.js through npm
14
14
15
15
Available from https://www.npmjs.com/package/typedb-protocol
16
16
17
17
``` sh
18
- npm install typedb-protocol@3.4.0-rc0
18
+ npm install typedb-protocol@3.4.0
19
19
```
20
20
or
21
21
``` sh
22
- yarn add typedb-protocol@3.4.0-rc0
22
+ yarn add typedb-protocol@3.4.0
23
23
```
24
24
25
25
@@ -40,5 +40,7 @@ yarn add typedb-protocol@3.4.0-rc0
40
40
41
41
42
42
## Other Improvements
43
-
44
-
43
+ - ** Fix build errors and update dependencies**
44
+ Support build on Apple Clang 17+ by updating dependencies (details: https://github.com/typedb/typedb-dependencies/pull/577 ).
45
+ Fix bazel build by adding an implicit dependency to the build configuration.
46
+ Reintroduce CI correctness validation jobs.
Original file line number Diff line number Diff line change 1
- 3.4.0-rc0
1
+ 3.4.0
You can’t perform that action at this time.
0 commit comments