--- a/.env +++ b/.env @@ -1,6 +1,6 @@ RUST_TOOLCHAIN=nightly-2021-11-11 RUST_C=1.58.0-nightly -POLKA_VERSION=release-v0.9.17 +POLKA_VERSION=release-v0.9.18 UNIQUE_BRANCH=develop USER=*** PASS=*** --- a/README.md +++ b/README.md @@ -63,12 +63,7 @@ 5. Build: ```bash -cargo build -``` - -optionally, build in release: -```bash -cargo build --release +cargo build --features=unique-runtime,quartz-runtime --release ``` ## Building as Parachain locally --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -283,7 +283,7 @@ license = 'GPLv3' name = 'unique-node' repository = 'https://github.com/UniqueNetwork/unique-chain' -version = '0.9.17' +version = '0.9.18' [[bin]] name = 'unique-collator'