chore(rust): 1.51 is now the minimum-supported compiler

This commit is contained in:
Michael Aaron Murphy 2021-08-19 20:22:42 +02:00
parent 21ced33d7d
commit c26c05f52e
3 changed files with 3 additions and 10 deletions

View file

@ -27,9 +27,3 @@ strsim = "0.10"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = { version = "0.2", features = ["fmt"] }
# Required for rustc 1.47
pollster = "=0.2.3"