Skip to content

Commit

Permalink
Rename modules to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 4, 2023
1 parent d33a4e7 commit 6370ddf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/wegld-swap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "multiversx-wegld-swap-sc"
name = "multiversx_wegld_swap_sc"
version = "0.43.3"
authors = ["Dorin Iancu <[email protected]>", "MultiversX <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
4 changes: 2 additions & 2 deletions contracts/wegld-swap/meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "multiversx-wegld-swap-sc-meta"
name = "multiversx_wegld_swap_sc_meta"
version = "0.0.0"
authors = ["Dorin Iancu <[email protected]>"]
edition = "2021"
publish = false

[dev-dependencies]
[dependencies.multiversx-wegld-swap-sc]
[dependencies.multiversx_wegld_swap_sc]
path = ".."

[dependencies.multiversx-sc]
Expand Down
4 changes: 2 additions & 2 deletions contracts/wegld-swap/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "multiversx-wegld-swap-sc-wasm"
name = "multiversx_wegld_swap_sc_wasm"
version = "0.0.0"
authors = ["Dorin Iancu <[email protected]>"]
edition = "2021"
Expand All @@ -18,7 +18,7 @@ opt-level = "z"
lto = true
debug = false
panic = "abort"
[dependencies.multiversx-wegld-swap-sc]
[dependencies.multiversx_wegld_swap_sc]
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
Expand Down

0 comments on commit 6370ddf

Please sign in to comment.