Skip to content

Commit a82359b

Browse files
authored
Merge pull request #119 from h-michael/specify-version
Specify graphql_client_codegen version
2 parents 862a1f8 + fb6ccfb commit a82359b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_query_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ proc-macro = true
1212
[dependencies]
1313
syn = "0.14"
1414
proc-macro2 = { version = "0.4", features = [] }
15-
graphql_client_codegen = { path = "../graphql_client_codegen/" }
15+
graphql_client_codegen = { path = "../graphql_client_codegen/", version = "0.4.0" }

0 commit comments

Comments
 (0)