diff --git a/Cargo.lock b/Cargo.lock index 66f2729..9135285 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1542,7 +1542,7 @@ dependencies = [ [[package]] name = "rust-purs-gql" -version = "0.1.6" +version = "0.1.7" dependencies = [ "cynic", "cynic-introspection", diff --git a/Cargo.toml b/Cargo.toml index 87012eb..7752e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-purs-gql" -version = "0.1.6" +version = "0.1.7" edition = "2021" default-run = "pursgql" repository = "https://github.com/OxfordAbstracts/purescript-graphql-schema-gen" diff --git a/src/config/parse_outside_types.rs b/src/config/parse_outside_types.rs index 4465fd0..b59b8e8 100644 --- a/src/config/parse_outside_types.rs +++ b/src/config/parse_outside_types.rs @@ -179,7 +179,7 @@ fn to_type_value(type_value: &String, types_fn: &impl Fn(&str, &str) -> Option