diff --git a/Cargo.lock b/Cargo.lock
index 6240d9db2ea6a3d0edc56343da28306b966b0c8f..c971ebcba9c68ea4677de19feef67accb3e73323 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -20529,7 +20529,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
 
 [[package]]
 name = "staging-chain-spec-builder"
-version = "3.0.0"
+version = "1.6.0"
 dependencies = [
  "clap 4.5.3",
  "log",
diff --git a/substrate/bin/utils/chain-spec-builder/Cargo.toml b/substrate/bin/utils/chain-spec-builder/Cargo.toml
index 5c8a3ab4e89a55e5e61c371a41878ab8457ec12b..cc9aa402fd1a8b4ede854aaedc39db41923fcecc 100644
--- a/substrate/bin/utils/chain-spec-builder/Cargo.toml
+++ b/substrate/bin/utils/chain-spec-builder/Cargo.toml
@@ -1,13 +1,14 @@
 [package]
 name = "staging-chain-spec-builder"
-version = "3.0.0"
+version = "1.6.0"
 authors.workspace = true
 edition.workspace = true
 build = "build.rs"
 license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
 homepage = "https://substrate.io"
 repository.workspace = true
-publish = false
+publish = true
+description = "Utility for building chain-specification files for Substrate-based runtimes based on `sp-genesis-builder`"
 
 [lints]
 workspace = true