Commit e3c1efd 1 parent 731a1b0 commit e3c1efd Copy full SHA for e3c1efd
File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194
194
text : ${{ github.ref }}
195
195
regex : ' ^refs/tags/(([a-z_]+)-v([0-9]+\.[0-9]+\.[0-9]+(-.+)?))$'
196
196
197
- - run : cargo package -p ${{ steps.tag.outputs.group2 }}
197
+ - run : cargo package -p ${{ steps.tag.outputs.group2 }} --all-features
198
198
199
199
test :
200
200
strategy :
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ All user visible changes to `juniper_actix` crate will be documented in this fil
6
6
7
7
8
8
9
- ## master
9
+ ## [ 0.5.0] · 2024-03-20
10
+ [ 0.5.0 ] : /../../tree/juniper_actix-v0.5.0/juniper_actix
10
11
11
12
### BC Breaks
12
13
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juniper_actix"
3
- version = " 0.5.0-dev "
3
+ version = " 0.5.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.73"
6
6
description = " `juniper` GraphQL integration with `actix-web`."
Original file line number Diff line number Diff line change 6
6
[ ![ CI] ( https://github.com/graphql-rust/juniper/workflows/CI/badge.svg?branch=master " CI ")] ( https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster )
7
7
[ ![ Rust 1.73+] ( https://img.shields.io/badge/rustc-1.73+-lightgray.svg " Rust 1.73+ ")] ( https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html )
8
8
9
- - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/master /juniper_actix/CHANGELOG.md )
9
+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0 /juniper_actix/CHANGELOG.md )
10
10
11
11
[ ` actix-web ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
12
12
@@ -33,7 +33,7 @@ Check [`examples/subscription.rs`][1] for example code of a working [`actix-web`
33
33
34
34
## License
35
35
36
- This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/master /juniper_actix/LICENSE ) .
36
+ This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0 /juniper_actix/LICENSE ) .
37
37
38
38
39
39
@@ -46,5 +46,5 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
46
46
[ Juniper Book ] : https://graphql-rust.github.io/juniper
47
47
[ Rust ] : https://www.rust-lang.org
48
48
49
- [ 1 ] : https://github.com/graphql-rust/juniper/blob/master /juniper_actix/examples/subscription.rs
49
+ [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0 /juniper_actix/examples/subscription.rs
50
50
You can’t perform that action at this time.
0 commit comments