Skip to content

Commit

Permalink
chore(graphql): remove deprecated http sub-module
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD committed Nov 28, 2023
1 parent af7b1c8 commit d1af6a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ version = "0.2.0"
edition = "2021"
rust-version = "1.61.0"

[features]
default = ["http"]
http = []

[dependencies]
firestorm = "0.5"
graphql-parser = "0.4"
Expand Down
25 changes: 0 additions & 25 deletions graphql/src/http.rs

This file was deleted.

4 changes: 0 additions & 4 deletions graphql/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
mod graphql;

pub use crate::graphql::*;

#[deprecated(since = "0.2.0", note = "Please use `graphql-http` crate instead")]
#[cfg(feature = "http")]
pub mod http;

0 comments on commit d1af6a6

Please sign in to comment.