Skip to content

Commit 8bb017a

Browse files
committed
Don't publish go-gen
1 parent 425679d commit 8bb017a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/go-gen/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ version = "0.1.0"
55
edition = "2021"
66
publish = false
77

8+
[package.metadata.release]
9+
release = false
10+
811
[dependencies]
9-
cosmwasm-std = { version = "2.0.1", path = "../std", features = ["cosmwasm_2_1", "staking", "stargate"] }
12+
cosmwasm-std = { version = "2.0.1", path = "../std", features = [
13+
"cosmwasm_2_1",
14+
"staking",
15+
"stargate",
16+
] }
1017
cosmwasm-schema = { version = "2.0.1", path = "../schema" }
1118
anyhow = "1"
1219
Inflector = "0.11.4"

0 commit comments

Comments
 (0)