Skip to content

Commit

Permalink
Bump spl-memo to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 13, 2020
1 parent 30dec3a commit d1cfb05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
23 changes: 8 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion account-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Inflector = "0.11.4"
lazy_static = "1.4.0"
solana-sdk = { path = "../sdk", version = "1.3.0" }
solana-vote-program = { path = "../programs/vote", version = "1.3.0" }
spl-memo = "1.0.1"
spl-memo = "1.0.2"
serde = "1.0.112"
serde_derive = "1.0.103"
serde_json = "1.0.54"
Expand Down
2 changes: 1 addition & 1 deletion transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy_static = "1.4.0"
solana-sdk = { path = "../sdk", version = "1.3.0" }
solana-stake-program = { path = "../programs/stake", version = "1.3.0" }
solana-vote-program = { path = "../programs/vote", version = "1.3.0" }
spl-memo = "1.0.1"
spl-memo = "1.0.2"
serde = "1.0.112"
serde_derive = "1.0.103"
serde_json = "1.0.54"
Expand Down

0 comments on commit d1cfb05

Please sign in to comment.