Skip to content

Commit d0e286f

Browse files
CriesofCarrotsjoncinque
authored andcommitted
Bump memo and token versions (#627)
1 parent 4edac2b commit d0e286f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

program/src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "spl-memo"
6-
version = "1.0.7"
6+
version = "1.0.9"
77
description = "Solana Program Library Memo"
88
authors = ["Solana Maintainers <[email protected]>"]
99
repository = "https://github.com/solana-labs/solana-program-library"
@@ -16,7 +16,7 @@ program = ["solana-sdk/program"]
1616
default = ["solana-sdk/default"]
1717

1818
[dependencies]
19-
solana-sdk = { version = "1.3.14", default-features = false, optional = true }
19+
solana-sdk = { version = "1.3.17", default-features = false, optional = true }
2020

2121
[lib]
2222
name = "spl_memo"

0 commit comments

Comments
 (0)