(codegen) Fix test dependency version to be exact.
Needed for releasing automation.
This commit is contained in:
parent
de12e0eba5
commit
552b4d01ac
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue