Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Sep 13, 2020
1 parent f4147f2 commit d7eb253
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ features = ["full_crypto"]
default-features = false
version = '2.0.0-rc5'

#[dependencies.sp-io]
#default-features = false
#version = '2.0.0-alpha.6'

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
sp-io = { version = "2.0.0-rc5", default-features = false, features = [ "disable_oom", "disable_panic_handler" ] }

Expand Down Expand Up @@ -130,7 +126,7 @@ homepage = 'https://substrate.dev'
license = 'Unlicense'
name = 'sgx-runtime'
repository = 'https://github.com/paritytech/substrate/'
version = 'v0.6.12-sub2.0.0-rc5'
version = '0.6.12-sub2.0.0-rc5'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down

0 comments on commit d7eb253

Please sign in to comment.