Skip to content

Commit

Permalink
Exact-pin async-graphql version due to MSRV breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Dec 11, 2024
1 parent 607f576 commit 996f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fuel-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ version = { workspace = true }

[dependencies]
anyhow = { workspace = true }
async-graphql = { version = "7.0.11", features = [
async-graphql = { version = "=7.0.11", features = [
"playground",
"tracing",
], default-features = false }
async-graphql-value = "7.0.11"
async-graphql-value = "=7.0.11"
async-trait = { workspace = true }
axum = { workspace = true }
clap = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 996f46f

Please sign in to comment.