Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Dec 18, 2024
1 parent 998318c commit 4611702
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ sp-weights = "31.0.0"
contract-build = "5.0.0"
contract-extrinsics = "5.0.0"
contract-transcode = "5.0.0"
scale-info = { version = "2.11.4", default-features = false, features = ["derive"] }
scale-value = { version = "0.17.0", default-features = false, features = ["from-string", "parser-ss58"] }
scale-info = { version = "2.11.4", default-features = false, features = [
"derive",
] }
scale-value = { version = "0.17.0", default-features = false, features = [
"from-string",
"parser-ss58",
] }
heck = "0.5.0"
hex = { version = "0.4.3", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion crates/pop-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ strum_macros.workspace = true
# cargo-contracts
contract-build.workspace = true
contract-extrinsics.workspace = true
contract-transcode.workspace = true
contract-transcode.workspace = true
scale-info.workspace = true
# pop
pop-common = { path = "../pop-common", version = "0.5.0" }
Expand Down

0 comments on commit 4611702

Please sign in to comment.