Skip to content

Commit

Permalink
Update to Solana 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored and mergify[bot] committed Aug 29, 2020
1 parent 858dd64 commit 9e23bc9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion memo/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ program = ["solana-sdk/program"]
default = ["solana-sdk/default"]

[dependencies]
solana-sdk = { version = "1.3.4", default-features = false, optional = true }
solana-sdk = { version = "1.3.6", default-features = false, optional = true }

[lib]
name = "spl_memo"
Expand Down
2 changes: 1 addition & 1 deletion token-swap/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/solana-labs/solana-program-library"
},
"testnetDefaultChannel": "v1.3.4",
"testnetDefaultChannel": "v1.3.6",
"scripts": {
"start": "babel-node --ignore node_modules cli/main.js",
"lint": "npm run pretty && eslint .",
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = ["solana-sdk/default", "spl-token/default"]
num-derive = "0.3"
num-traits = "0.2"
remove_dir_all = "=0.5.0"
solana-sdk = { version = "1.3.4", default-features = false, optional = true }
solana-sdk = { version = "1.3.6", default-features = false, optional = true }
spl-token = { path = "../../token/program", default-features = false, optional = true }
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion token/js/package-lock.json

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

2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"/lib",
"/module.flow.js"
],
"testnetDefaultChannel": "v1.3.4",
"testnetDefaultChannel": "v1.3.6",
"scripts": {
"build": "rollup -c",
"start": "babel-node cli/main.js",
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = ["solana-sdk/default"]
num-derive = "0.3"
num-traits = "0.2"
remove_dir_all = "=0.5.0"
solana-sdk = { version = "1.3.4", default-features = false, optional = true }
solana-sdk = { version = "1.3.6", default-features = false, optional = true }
thiserror = "1.0"
arrayref = "0.3.6"
num_enum = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion utils/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
# Used to ensure that SPL programs are buildable by external clients

[dependencies]
solana-sdk = "1.3.4"
solana-sdk = "1.3.6"
spl-memo = { path = "../../memo/program" }
spl-token = { path = "../../token/program" }
spl-token-swap = { path = "../../token-swap/program" }
Expand Down

0 comments on commit 9e23bc9

Please sign in to comment.