Skip to content

Commit 7beb987

Browse files
author
Mikhail Zabaluev
committed
Pin async-trait version as 0.1.42
Hit dtolnay/async-trait#144
1 parent 6a8677e commit 7beb987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313

1414
[dependencies]
1515
arc-swap = "^1.1.0"
16-
async-trait = "0.1.48"
16+
async-trait = "=0.1.42" # https://github.com/dtolnay/async-trait/issues/144
1717
juniper = "0.15.3"
1818
juniper_warp = "0.6.2"
1919
base64 = "0.13.0"

0 commit comments

Comments
 (0)