File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ serde = "1"
1616diesel = { version = " 1.4" , features = [" r2d2" ]}
1717juniper = " 0.14"
1818indexmap = " 1"
19- wundergraph_derive = { path = " ../wundergraph_derive " }
19+ wundergraph_derive = " 0.1 "
2020uuid_internal = { version = " 0.7" , optional = true , package = " uuid" }
2121chrono_internal = { version = " 0.4" , optional = true , package = " chrono" }
2222log = { version = " 0.4" , optional = true }
2323paste = " 0.1"
2424thiserror = " 1"
2525
2626[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 }
2929diesel_migrations = " 1.4.0"
3030serde_json = " 1"
3131criterion = " 0.3"
You can’t perform that action at this time.
0 commit comments