Skip to content

Commit

Permalink
Updated the cynic to 2.2.0. It requires obmarg/cynic#579
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Nov 15, 2022
1 parent b5fdd19 commit 7b237eb
Show file tree
Hide file tree
Showing 33 changed files with 272 additions and 179 deletions.
64 changes: 59 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ members = [
codegen-units = 1
lto = "fat"
panic = "abort"

[patch.crates-io]
cynic = { path = "../cynic/cynic" }
3 changes: 2 additions & 1 deletion fuel-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0"
clap = { version = "3.1", features = ["derive"] }
cynic = { version = "1.0", features = ["surf"] }
cynic = { version = "2", features = ["http-surf"] }
derive_more = { version = "0.99" }
eventsource-client = "0.10.2"
fuel-vm = { version = "0.22", features = ["serde"] }
futures = "0.3"
futures-timer = "3.0"
hex = "0.4"
itertools = "0.10"
json-decode = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
surf = { version = "2.2", default-features = false, features = ["h1-client-rustls"] }
Expand Down
Loading

0 comments on commit 7b237eb

Please sign in to comment.