(codegen) Fix test dependency version to be exact.

Needed for releasing automation.
This commit is contained in:
Christoph Herzog 2019-05-12 11:02:43 +02:00
parent de12e0eba5
commit 552b4d01ac
No known key found for this signature in database
GPG key ID: DAFF71D48B493238

View file

@ -22,7 +22,7 @@ regex = "1"
lazy_static = "1.0.0"
[dev-dependencies]
juniper = { version = "0.11", path = "../juniper" }
juniper = { version = "0.11.1", path = "../juniper" }
[badges]
travis-ci = { repository = "graphql-rust/juniper" }