We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdca95c commit 124ff40Copy full SHA for 124ff40
src/query/settings/Cargo.toml
@@ -10,11 +10,11 @@ test = false
10
11
[dependencies]
12
common-ast = { path = "../../query/ast" }
13
+common-base = { path = "../../common/base" }
14
common-config = { path = "../config" }
15
common-exception = { path = "../../common/exception" }
16
common-meta-types = { path = "../../meta/types" }
17
common-users = { path = "../users" }
-common-base = { path = "../../common/base" }
18
19
futures = "0.3.21"
20
itertools = "0.10.3"
0 commit comments