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 @@ -318,7 +318,7 @@ jobs:
318
318
text : ${{ github.ref }}
319
319
regex : ' ^refs/tags/(([a-z_]+)-v([0-9]+\.[0-9]+\.[0-9]+(-.+)?))$'
320
320
321
- - run : cargo publish -p ${{ steps.tag.outputs.group2 }}
321
+ - run : cargo publish -p ${{ steps.tag.outputs.group2 }} --all-features
322
322
env :
323
323
CARGO_REGISTRY_TOKEN : ${{ secrets.CRATESIO_TOKEN }}
324
324
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ All user visible changes to `juniper_hyper` crate will be documented in this fil
6
6
7
7
8
8
9
- ## master
9
+ ## [ 0.9.0] · 2024-03-20
10
+ [ 0.9.0 ] : /../../tree/juniper_hyper-v0.9.0/juniper_hyper
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_hyper"
3
- version = " 0.9.0-dev "
3
+ version = " 0.9.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.73"
6
6
description = " `juniper` GraphQL integration with `hyper`."
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_hyper/CHANGELOG.md )
9
+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0 /juniper_hyper/CHANGELOG.md )
10
10
11
11
[ ` hyper ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
12
12
@@ -31,7 +31,7 @@ Check [`examples/hyper_server.rs`][1] for example code of a working [`hyper`] se
31
31
32
32
## License
33
33
34
- This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/master /juniper_hyper/LICENSE ) .
34
+ This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0 /juniper_hyper/LICENSE ) .
35
35
36
36
37
37
@@ -43,4 +43,4 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
43
43
[ Juniper Book ] : https://graphql-rust.github.io/juniper
44
44
[ Rust ] : https://www.rust-lang.org
45
45
46
- [ 1 ] : https://github.com/graphql-rust/juniper/blob/master /juniper_hyper/examples/hyper_server.rs
46
+ [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0 /juniper_hyper/examples/hyper_server.rs
You can’t perform that action at this time.
0 commit comments