Skip to content

Commit 97c6aa6

Browse files
committed
Now really release 0.1
1 parent 4115341 commit 97c6aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wundergraph/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ serde = "1"
1616
diesel = { version = "1.4", features = ["r2d2"]}
1717
juniper = "0.14"
1818
indexmap = "1"
19-
wundergraph_derive = { path = "../wundergraph_derive" }
19+
wundergraph_derive = "0.1"
2020
uuid_internal = { version = "0.7", optional = true, package = "uuid" }
2121
chrono_internal = { version = "0.4", optional = true, package = "chrono" }
2222
log = { version = "0.4", optional = true }
2323
paste = "0.1"
2424
thiserror = "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 }
2929
diesel_migrations = "1.4.0"
3030
serde_json = "1"
3131
criterion = "0.3"

0 commit comments

Comments
 (0)