Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
457 changes: 299 additions & 158 deletions rust/Cargo.lock

Large diffs are not rendered by default.

3,791 changes: 2,659 additions & 1,132 deletions rust/auction/program/Cargo.lock
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/metaplex/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spl-token = { version="3.1.1", features = [ "no-entrypoint" ] }
metaplex-token-vault = { path = "../../token-vault/program", features = [ "no-entrypoint" ], version="0.0.1" }
metaplex-token-metadata = { path = "../../token-metadata/program", features = [ "no-entrypoint" ], version="0.0.1" }
thiserror = "1.0"
borsh = "0.9.1"
borsh = "1.6.0"

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion rust/metaplex/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ solana-program = "1.7.11"
solana-sdk = "1.7.11"
bincode = "1.3.2"
arrayref = "0.3.6"
borsh = "0.9.1"
borsh = "1.6.0"
serde_json = "1.0"
serde_derive = "1.0"
serde = { version = "1.0.100", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion rust/token-metadata/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ solana-program = "1.7.11"
metaplex-token-vault = { path = "../../token-vault/program", features = [ "no-entrypoint" ], version="0.0.1" }
spl-token = { version="3.1.1", features = [ "no-entrypoint" ] }
thiserror = "1.0"
borsh = "0.9.1"
borsh = "1.6.0"

[dev-dependencies]
solana-sdk = "1.7.11"
Expand Down
2 changes: 1 addition & 1 deletion rust/token-metadata/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ solana-client = "1.7.11"
solana-program = "1.7.11"
solana-sdk = "1.7.11"
bincode = "1.3.2"
borsh = "0.9.1"
borsh = "1.6.0"
clap = "2.33.3"
solana-clap-utils = "1.6"
solana-cli-config = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion rust/token-vault/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num-traits = "0.2"
solana-program = "1.7.11"
spl-token = { version="3.1.1", features = [ "no-entrypoint" ] }
thiserror = "1.0"
borsh = "0.9.1"
borsh = "1.6.0"

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion rust/token-vault/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ solana-client = "1.7.11"
solana-program = "1.7.11"
solana-sdk = "1.7.11"
bincode = "1.3.2"
borsh = "0.9.1"
borsh = "1.6.0"
clap = "2.33.3"
solana-clap-utils = "1.6"
solana-cli-config = "1.6"
Expand Down