Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Feb 9, 2023
1 parent 9cabb26 commit 32a0d72
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 55 deletions.
180 changes: 158 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"*.{js,json,jsx,html,css,md}": "prettier --write"
},
"dependencies": {
"@cardinal/common": "^5.0.2",
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
"@cardinal/common": "^7.0.0",
"@metaplex-foundation/mpl-token-metadata": "^2.8.3",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.66.2"
Expand Down
6 changes: 3 additions & 3 deletions programs/cardinal-payment-manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cardinal-payment-manager"
version = "3.0.0"
version = "4.0.0"
description = "Cardinal payment manager"
edition = "2021"
homepage = "https://cardinal.so"
Expand All @@ -22,8 +22,8 @@ default = []
[dependencies]
anchor-lang = { version = "0.26.0", features = ["init-if-needed"] }
anchor-spl = "0.26.0"
spl-associated-token-account = "1.0.5"
mpl-token-metadata = { version = "1.3.3", features = ["no-entrypoint"] }
spl-associated-token-account = "1.1.2"
mpl-token-metadata = { version = "1.8.0", features = ["no-entrypoint"] }
spl-token = { version = "3.3.0", features = ["no-entrypoint"] }
solana-program = "1.10.29"

Expand Down
4 changes: 2 additions & 2 deletions sdk/idl/cardinal_payment_manager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type CardinalPaymentManager = {
version: "2.2.0";
version: "3.0.1-beta.0";
name: "cardinal_payment_manager";
instructions: [
{
Expand Down Expand Up @@ -383,7 +383,7 @@ export type CardinalPaymentManager = {
};

export const IDL: CardinalPaymentManager = {
version: "2.2.0",
version: "3.0.1-beta.0",
name: "cardinal_payment_manager",
instructions: [
{
Expand Down
Loading

0 comments on commit 32a0d72

Please sign in to comment.