We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b825338 commit 460601cCopy full SHA for 460601c
substrate-node/Cargo.toml
@@ -131,3 +131,6 @@ sp-timestamp = {git = "https://github.com/paritytech/substrate", branch = "polka
131
substrate-build-script-utils = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0"}
132
substrate-frame-rpc-system = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0"}
133
substrate-prometheus-endpoint = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0"}
134
+
135
+[profile.production]
136
+inherits = "release"
0 commit comments