Skip to content

Commit 436925f

Browse files
authored
Patch async-graphql-derive (#3923)
## Motivation crates publishing fails with ``` error: checksum for `async-graphql-derive v7.0.2` changed between lock files ``` ## Proposal Let's try also to patch the `*-derive` crate. ## Test Plan CI ## Release Plan - Nothing to do / These changes follow the usual release cycle. ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
1 parent ec7202a commit 436925f

File tree

2 files changed

+8
-48
lines changed

2 files changed

+8
-48
lines changed

Cargo.lock

Lines changed: 7 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ branch = "post-message"
287287
async-graphql = { git = "https://github.com/deuszx/async-graphql", branch = "v7.0.2-react18" }
288288
async-graphql-axum = { git = "https://github.com/deuszx/async-graphql", branch = "v7.0.2-react18" }
289289
async-graphql-value = { git = "https://github.com/deuszx/async-graphql", branch = "v7.0.2-react18" }
290+
async-graphql-derive = { git = "https://github.com/deuszx/async-graphql", branch = "v7.0.2-react18" }
290291

291292
[workspace.metadata.spellcheck]
292293
config = "spellcheck-cfg.toml"

0 commit comments

Comments
 (0)