Release juniper_actix 0.2.3

This commit is contained in:
Christian Legnitto 2021-01-27 21:35:55 -10:00
parent 71731c8cb2
commit 19bfbf60fb
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# master
- Compatibility with the latest `juniper`.
# [[0.2.3] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.3)
- Compatibility with the latest `juniper`.
- Fix Content-Type charset parsing ([#863](https://github.com/graphql-rust/juniper/pull/863))

View file

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