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
+1 -1
View File
@@ -18,4 +18,4 @@ tokio = { version = "0.2.13", features = ["macros"] }
[dev-dependencies]
sc-service = { version = "0.10.0-dev", path = "../client/service" }
trybuild = { version = "1.0.42", features = [ "diff" ] }
trybuild = { version = "1.0.43", features = [ "diff" ] }