Skip to content

Commit 552b4d0

Browse files
committed
(codegen) Fix test dependency version to be exact.
Needed for releasing automation.
1 parent de12e0e commit 552b4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ regex = "1"
2222
lazy_static = "1.0.0"
2323

2424
[dev-dependencies]
25-
juniper = { version = "0.11", path = "../juniper" }
25+
juniper = { version = "0.11.1", path = "../juniper" }
2626

2727
[badges]
2828
travis-ci = { repository = "graphql-rust/juniper" }

0 commit comments

Comments
 (0)