Skip to content

Commit 509438a

Browse files
committed
Release juniper_actix 0.2.1
1 parent 7da9f6f commit 509438a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

juniper_actix/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

3+
- Compatibility with the latest `juniper`.
4+
5+
# [[0.2.1] 2020-12-12](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.1)
6+
37
- Actix package updated to 3.3.
48

59
# [[0.2.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.0)

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_actix"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2018"
55
authors = ["Jordao Rosario <[email protected]>"]
66
description = "Juniper GraphQL integration with Actix"

0 commit comments

Comments
 (0)