Make DefaultByte implement Send + Sync (#3333)

* Make `DefaultByte` implement `Send + Sync`

* Update runtime version.
This commit is contained in:
Bastian Köcher
2019-08-08 00:10:36 +02:00
committed by David Craven
parent 46709e8381
commit ea58b7c92a
4 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 131,
impl_version: 132,
impl_version: 133,
apis: RUNTIME_API_VERSIONS,
};