Bump syn to 1.0.81 (#707)

* Bump syn to 1.0.81

* Make formatting check happy
This commit is contained in:
Keith Yeung
2021-10-27 19:26:49 +02:00
committed by GitHub
parent 41c597faa7
commit ad517067da
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ pub mod pallet {
id, remaining, required,
));
}
}
},
}
}
// Cannot be an `else` here since the `maybe_enqueue_page` may have changed.
@@ -9,7 +9,7 @@ description = "Proc macros provided by the parachain-system pallet"
proc-macro = true
[dependencies]
syn = "1.0.73"
syn = "1.0.81"
proc-macro2 = "1.0.27"
quote = "1.0.9"
proc-macro-crate = "1.0.0"