Skip to content

Commit

Permalink
Don't publish go-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jun 25, 2024
1 parent 425679d commit 8bb017a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/go-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ version = "0.1.0"
edition = "2021"
publish = false

[package.metadata.release]
release = false

[dependencies]
cosmwasm-std = { version = "2.0.1", path = "../std", features = ["cosmwasm_2_1", "staking", "stargate"] }
cosmwasm-std = { version = "2.0.1", path = "../std", features = [
"cosmwasm_2_1",
"staking",
"stargate",
] }
cosmwasm-schema = { version = "2.0.1", path = "../schema" }
anyhow = "1"
Inflector = "0.11.4"
Expand Down

0 comments on commit 8bb017a

Please sign in to comment.