From e269cf5948a8b0bccd3d5edf150775a5b7e6c1ab Mon Sep 17 00:00:00 2001 From: Finn Hodgkin Date: Wed, 2 Oct 2024 11:05:02 +0100 Subject: [PATCH] Bump cargo version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0948c9b..66f2729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1542,7 +1542,7 @@ dependencies = [ [[package]] name = "rust-purs-gql" -version = "0.1.4" +version = "0.1.6" dependencies = [ "cynic", "cynic-introspection", diff --git a/Cargo.toml b/Cargo.toml index 47bb9ab..87012eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-purs-gql" -version = "0.1.4" +version = "0.1.6" edition = "2021" default-run = "pursgql" repository = "https://github.com/OxfordAbstracts/purescript-graphql-schema-gen"