Update trybuild to get better normalization (#9444)

The old `trybuild` version didn't normalized cargo registry paths, but
this is now done :)
This commit is contained in:
Bastian Köcher
2021-07-27 13:01:28 +02:00
committed by GitHub
parent ca3ee2e2a5
commit 9c173724fa
7 changed files with 11 additions and 11 deletions
@@ -24,4 +24,4 @@ proc-macro-crate = "1.0.0"
parity-scale-codec = "2.0.1"
sp-arithmetic = { path = "../../arithmetic" , version = "4.0.0-dev"}
sp-npos-elections = { path = ".." , version = "4.0.0-dev"}
trybuild = "1.0.42"
trybuild = "1.0.43"