File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ serde = "1"
16
16
diesel = { version = " 1.4" , features = [" r2d2" ]}
17
17
juniper = " 0.14"
18
18
indexmap = " 1"
19
- wundergraph_derive = { path = " ../wundergraph_derive " }
19
+ wundergraph_derive = " 0.1 "
20
20
uuid_internal = { version = " 0.7" , optional = true , package = " uuid" }
21
21
chrono_internal = { version = " 0.4" , optional = true , package = " chrono" }
22
22
log = { version = " 0.4" , optional = true }
23
23
paste = " 0.1"
24
24
thiserror = " 1"
25
25
26
26
[dev-dependencies ]
27
- wundergraph_example = { path = " ../wundergraph_example" , default-features = false }
28
- wundergraph_bench = { path = " ../wundergraph_bench" , default-features = false }
27
+ # wundergraph_example = { path = "../wundergraph_example", default-features = false }
28
+ # wundergraph_bench = { path = "../wundergraph_bench", default-features = false }
29
29
diesel_migrations = " 1.4.0"
30
30
serde_json = " 1"
31
31
criterion = " 0.3"
You can’t perform that action at this time.
0 commit comments