Update libsecp256k1 dep to 0.3.0 (#3711)

* Update libsecp256k1 dep to 0.3.0

* Bump impl_version
This commit is contained in:
Wei Tang
2019-09-27 15:48:29 +08:00
committed by Bastian Köcher
parent ba98168b71
commit 3864d0e4da
4 changed files with 35 additions and 10 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 165,
impl_version: 165,
impl_version: 166,
apis: RUNTIME_API_VERSIONS,
};