Skip to content

Commit

Permalink
Set async-std version specifically to avoid failure on Rust 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymell authored and djc committed Jun 9, 2022
1 parent 8baf6a5 commit 5261a36
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
Expand Up @@ -49,7 +49,7 @@ r2d2 = { version = "0.8.8", optional = true }
crc16 = { version = "0.4", optional = true }
rand = { version = "0.8", optional = true }
# Only needed for async_std support
async-std = { version = "1.5.0", optional = true}
async-std = { version = "= 1.8.0", optional = true}
async-trait = { version = "0.1.24", optional = true }

# Only needed for TLS
Expand Down

0 comments on commit 5261a36

Please sign in to comment.