-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CI * Add target * Clippy * Update client config, improve #22 * Improve CI * Support proxy, fix #23 * fix tests * fix darwinia-network/bridger#536 * format and bump version * fix ci
- Loading branch information
Showing
10 changed files
with
238 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[package] | ||
name = "gql_client" | ||
version = "1.0.6" | ||
authors = ["Arthur Khlghatyan <[email protected]>"] | ||
edition = "2018" | ||
name = "gql_client" | ||
version = "1.0.7" | ||
authors = ["Arthur Khlghatyan <[email protected]>"] | ||
edition = "2018" | ||
description = "Minimal GraphQL client for Rust" | ||
readme = "README.md" | ||
homepage = "https://github.com/arthurkhlghatyan/gql-client-rs" | ||
repository = "https://github.com/arthurkhlghatyan/gql-client-rs" | ||
license = "MIT" | ||
keywords = ["graphql", "client", "async", "web", "http"] | ||
categories = ["web-programming", "asynchronous"] | ||
readme = "README.md" | ||
homepage = "https://github.com/arthurkhlghatyan/gql-client-rs" | ||
repository = "https://github.com/arthurkhlghatyan/gql-client-rs" | ||
license = "MIT" | ||
keywords = ["graphql", "client", "async", "web", "http"] | ||
categories = ["web-programming", "asynchronous"] | ||
|
||
[badges] | ||
maintenance = { status = "actively-developed" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[toolchain] | ||
channel = "stable" | ||
components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src"] | ||
profile = "minimal" | ||
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.