Move shred_version module to sdk/

(cherry picked from commit 73063544bd)
This commit is contained in:
Michael Vines
2020-02-24 10:18:08 -07:00
parent b64ebb45e7
commit 6398e256e4
14 changed files with 89 additions and 82 deletions

View File

@@ -70,6 +70,10 @@ pub mod client;
#[cfg(not(feature = "program"))]
pub mod genesis_config;
#[cfg(not(feature = "program"))]
pub mod hard_forks;
#[cfg(not(feature = "program"))]
pub mod shred_version;
#[cfg(not(feature = "program"))]
pub mod signature;
#[cfg(not(feature = "program"))]
pub mod signers;