Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-zil committed Jun 19, 2024
1 parent 222ae8d commit 792de59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
[dependencies]
bs58.workspace = true
ed25519-dalek.workspace = true
libp2p-identity = {workspace=true, features = ["peerid", "serde"]}
libp2p-identity = {workspace = true, features = ["peerid", "serde"]}
semver = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/sdk/libs/near/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license.workspace = true
[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true

calimero-sdk = { path = "../../" }
calimero-primitives = { path = "../../../primitives" }

0 comments on commit 792de59

Please sign in to comment.