Update trie dependencies. (#3017)

* Update trie dependencies.

* bump rutime impl version.
This commit is contained in:
cheme
2019-07-04 15:56:13 +02:00
committed by Bastian Köcher
parent beea27b0f3
commit fb8bb00158
12 changed files with 71 additions and 72 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 104,
impl_version: 104,
impl_version: 105,
apis: RUNTIME_API_VERSIONS,
};