Skip to content

Commit

Permalink
Format TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 7, 2025
1 parent 9a23c12 commit 87b6dc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ holochain_conductor_api = { version = "0.4.0" }
holochain_nonce = { version = "0.4.0" }
kitsune_p2p_types = { version = "0.4.0" }
holochain_websocket = { version = "0.4.0" }
hdk = { version = "0.4.0", features = ["unstable-functions", "unstable-countersigning"] }
hdk = { version = "0.4.0", features = [
"unstable-functions",
"unstable-countersigning",
] }
hdi = { version = "0.5.0", features = ["unstable-functions"] }
holochain_serialized_bytes = "0.0.55"

Expand Down

0 comments on commit 87b6dc5

Please sign in to comment.