Skip to content

Commit 439829b

Browse files
committed
Release juniper_actix 0.4.0
1 parent fd8c414 commit 439829b

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.4.0] 2021-07-08](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.4.0)
6+
37
- Require `actix-web` >= `4.0.0-beta8`.
48
- Compatibility with the latest `juniper`.
59

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.3.0"
3+
version = "0.4.0"
44
edition = "2018"
55
authors = ["Jordao Rosario <[email protected]>"]
66
description = "Juniper GraphQL integration with Actix"

0 commit comments

Comments
 (0)