We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8c414 commit 439829bCopy full SHA for 439829b
juniper_actix/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# master
2
3
+- Compatibility with the latest `juniper`.
4
+
5
+# [[0.4.0] 2021-07-08](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.4.0)
6
7
- Require `actix-web` >= `4.0.0-beta8`.
8
- Compatibility with the latest `juniper`.
9
juniper_actix/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "juniper_actix"
-version = "0.3.0"
+version = "0.4.0"
edition = "2018"
authors = ["Jordao Rosario <[email protected]>"]
description = "Juniper GraphQL integration with Actix"
0 commit comments