Skip to content
Snippets Groups Projects
Commit 61d071d6 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(release): remove "embed" feature

parent 3c1702b8
No related branches found
No related tags found
1 merge request!199Release/runtime 700
Pipeline #34340 waiting for manual action
...@@ -123,7 +123,7 @@ impl SubstrateCli for Cli { ...@@ -123,7 +123,7 @@ impl SubstrateCli for Cli {
} }
// hardcoded previously generated raw chainspecs // hardcoded previously generated raw chainspecs
// yields a pointlessly heavy binary because of hexadecimal-text-encoded values // yields a pointlessly heavy binary because of hexadecimal-text-encoded values
#[cfg(all(feature = "gdev", feature = "embed"))] #[cfg(all(feature = "gdev"))]
"gdev" => Box::new(chain_spec::gdev::ChainSpec::from_json_bytes( "gdev" => Box::new(chain_spec::gdev::ChainSpec::from_json_bytes(
&include_bytes!("../specs/gdev-raw.json")[..], &include_bytes!("../specs/gdev-raw.json")[..],
)?), )?),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment