mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
Make DefaultByte implement Send + Sync (#3333)
* Make `DefaultByte` implement `Send + Sync` * Update runtime version.
This commit is contained in:
committed by
David Craven
parent
46709e8381
commit
ea58b7c92a
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user