Skip to content

Commit 3d609ab

Browse files
SandroHctyranron
andcommitted
Backport removing transitive mio dependency in juniper_axum crate (#1283, #1282)
Co-authored-by: Kai Ren <[email protected]>
1 parent ab85a28 commit 3d609ab

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

juniper_axum/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All user visible changes to `juniper_axum` crate will be documented in this file
66

77

88

9+
## master
10+
11+
### Added
12+
13+
- Building on `wasm32-unknown-unknown` and `wasm32-wasi` targets. ([#1283], [#1282])
14+
15+
[#1282]: /../../issues/1282
16+
[#1283]: /../../pull/1283
17+
18+
19+
20+
921
## [0.1.1] · 2024-10-28
1022
[0.1.1]: /../../tree/juniper_axum-v0.1.1/juniper_axum
1123

juniper_axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2525
subscriptions = ["axum/ws", "juniper_graphql_ws/graphql-ws", "dep:futures"]
2626

2727
[dependencies]
28-
axum = "0.7"
28+
axum = { version = "0.7", features = ["json", "query"], default-features = false }
2929
futures = { version = "0.3.22", optional = true }
3030
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
3131
juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", features = ["graphql-transport-ws"] }

0 commit comments

Comments
 (0)