Skip to content

Commit

Permalink
chore: make clear that it's still under development (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
weichweich authored Jan 20, 2023
1 parent 5a85bf4 commit 79ac365
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ homepage = "https://kilt.io/"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.9.0"
version = "1.9.0-dev"

[workspace.dependencies]
# Build deps
Expand Down Expand Up @@ -69,7 +69,7 @@ mashnet-node-runtime = {path = "runtimes/standalone", default-features = false}
peregrine-runtime = {path = "runtimes/peregrine", default-features = false}
spiritnet-runtime = {path = "runtimes/spiritnet", default-features = false}

# Benchmarking (with default disabled)
# Benchmarking (with default disabled)
cumulus-pallet-session-benchmarking = {git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32"}
frame-system-benchmarking = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"}

Expand Down Expand Up @@ -129,7 +129,7 @@ sp-std = {git = "https://github.com/paritytech/substrate", default-features = fa
sp-transaction-pool = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"}
sp-version = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"}
try-runtime-cli = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"}

# Polkadot (with default disabled)
pallet-xcm = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32"}
polkadot-parachain = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32"}
Expand Down

0 comments on commit 79ac365

Please sign in to comment.