Skip to content

Commit

Permalink
cargo-release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Nov 7, 2023
1 parent b47c373 commit 8929d6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tester/contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ path = "src/lib.rs"
multiversx-sc = "0.43.2"

[dev-dependencies]
multiversx-sc-scenario = "0.43.2"
multiversx-sc-scenario = "0.43.2"

[package.metadata.release]
release = false
3 changes: 3 additions & 0 deletions tester/contract/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ authors = [ "you",]
multiversx-sc-meta = "0.43.2"
tester-contract = { path = ".." }

[package.metadata.release]
release = false


0 comments on commit 8929d6c

Please sign in to comment.