Skip to content

Commit a804da7

Browse files
committed
Update deps after rebase
1 parent 696afc7 commit a804da7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

c/src/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use typedb_driver::{
2323
analyze::{
2424
conjunction::{
2525
Comparator, Conjunction, ConjunctionID, Constraint, ConstraintExactness, ConstraintVertex,
26-
ConstraintWithSpan, Variable, NamedRole
26+
ConstraintWithSpan, NamedRole, Variable,
2727
},
2828
pipeline::{Pipeline, PipelineStage, ReduceAssignment, Reducer, SortOrder, SortVariable},
2929
AnalyzedQuery, Fetch, Function, ReturnOperation, TypeAnnotations, VariableAnnotations,

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
[dependencies.typedb-protocol]
7272
features = []
73-
rev = "a10b85923a54a579d6feee17aafbd0f0619c3c20"
73+
rev = "88d31ba3d236dbddb8dea87c1ab2237204d25f73"
7474
git = "https://github.com/typedb/typedb-protocol"
7575
default-features = false
7676

0 commit comments

Comments
 (0)