Skip to content

Commit

Permalink
chore(solana): adds missing descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Dec 19, 2024
1 parent 1e48b5d commit d758c61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/solana/programs/hashi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hashi"
version = "0.1.0"
description = "Created with Anchor"
description = "Hashi program"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/programs/snapshotter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "snapshotter"
version = "0.1.0"
description = "Created with Anchor"
description = "Snapshotter program which is in charge of creating account snapshots"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/programs/wormhole-reporter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wormhole-reporter"
version = "0.1.0"
description = "Created with Anchor"
description = "Womrhole reporter"
edition = "2021"

[lib]
Expand Down

0 comments on commit d758c61

Please sign in to comment.