Skip to content

Commit

Permalink
Now really release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Nov 7, 2019
1 parent 4115341 commit 97c6aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wundergraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ serde = "1"
diesel = { version = "1.4", features = ["r2d2"]}
juniper = "0.14"
indexmap = "1"
wundergraph_derive = { path = "../wundergraph_derive" }
wundergraph_derive = "0.1"
uuid_internal = { version = "0.7", optional = true, package = "uuid" }
chrono_internal = { version = "0.4", optional = true, package = "chrono" }
log = { version = "0.4", optional = true }
paste = "0.1"
thiserror = "1"

[dev-dependencies]
wundergraph_example = { path = "../wundergraph_example", default-features = false }
wundergraph_bench = { path = "../wundergraph_bench", default-features = false }
#wundergraph_example = { path = "../wundergraph_example", default-features = false }
#wundergraph_bench = { path = "../wundergraph_bench", default-features = false }
diesel_migrations = "1.4.0"
serde_json = "1"
criterion = "0.3"
Expand Down

0 comments on commit 97c6aa6

Please sign in to comment.