Release juniper_actix 0.3.1

This commit is contained in:
Christian Legnitto 2022-01-26 23:53:08 -08:00
parent ad82364c5a
commit 5304237d7c
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# master
- Compatibility with the latest `juniper`.
# [[0.3.1] 2022-01-26](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.3.1)
- Require `actix-web` >= `4.0.0-beta8`.
- Compatibility with the latest `juniper`.

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_actix"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["Jordao Rosario <jordao.rosario01@gmail.com>"]
description = "Juniper GraphQL integration with Actix"