Release juniper_actix 0.2.2

This commit is contained in:
Christian Legnitto 2021-01-15 19:56:45 -10:00
parent c6a9774b44
commit 6f49085096
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
- Compatibility with the latest `juniper`.
# [[0.2.2] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.2)
- Compatibility with the latest `juniper`.
# [[0.2.1] 2020-12-12](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.1)
- Actix package updated to 3.3.

View file

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