Skip to content

Commit

Permalink
Release V1.0 - Fixed missing version number change in Cargo.toml (#9)
Browse files Browse the repository at this point in the history
* Ensure web assembly support in CI #2

* Add Code of Conduct #3

* Upgrade version of Tokio to 1.0 #5: Need to also upgrade reqwest

* Minor changes
- Configure CI to publish crate version on master branch build #8
- Add missing fields for GraphQLErrorMessage struct #4: Still need to specify path field
- Rollback tokio to v0.2 for now

* Minor changes
- Final struct representation #4
- Upgrade to tokio V1 but still doesn't work #5

* #5 Upgrade to reqwest 0.11 to support tokio v1

* Fix formatting

* Update version number
  • Loading branch information
arthurkhlghatyan authored Jan 5, 2021
1 parent 21fb877 commit 83ea785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gql_client"
version = "0.2.1"
version = "1.0.0"
authors = ["Arthur Khlghatyan <arthur.khlghatyan@gmail.com>"]
edition = "2018"
description = "Minimal GraphQL client for Rust"
Expand Down

0 comments on commit 83ea785

Please sign in to comment.