chore: upgrade spl-gov to 2.2.0

This commit is contained in:
Sebastian Bor 2022-02-01 23:10:51 +00:00 committed by Christian Kamm
parent 6bbae6519c
commit b6fe798af6
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -2765,7 +2765,7 @@ dependencies = [
[[package]]
name = "spl-governance"
version = "2.2.0"
source = "git+https://github.com/solana-labs/solana-program-library?rev=ebc91e871a0b39bf76fbce52c6da87c9b674cf4e#ebc91e871a0b39bf76fbce52c6da87c9b674cf4e"
source = "git+https://github.com/solana-labs/solana-program-library?rev=4c0bc4c968d5d6feaee18b1c633c636f20d66b15#4c0bc4c968d5d6feaee18b1c633c636f20d66b15"
dependencies = [
"arrayref",
"bincode",
@ -2784,7 +2784,7 @@ dependencies = [
[[package]]
name = "spl-governance-addin-api"
version = "0.1.0"
source = "git+https://github.com/solana-labs/solana-program-library?rev=ebc91e871a0b39bf76fbce52c6da87c9b674cf4e#ebc91e871a0b39bf76fbce52c6da87c9b674cf4e"
source = "git+https://github.com/solana-labs/solana-program-library?rev=4c0bc4c968d5d6feaee18b1c633c636f20d66b15#4c0bc4c968d5d6feaee18b1c633c636f20d66b15"
dependencies = [
"borsh",
"solana-program",
@ -2794,7 +2794,7 @@ dependencies = [
[[package]]
name = "spl-governance-tools"
version = "0.1.1"
source = "git+https://github.com/solana-labs/solana-program-library?rev=ebc91e871a0b39bf76fbce52c6da87c9b674cf4e#ebc91e871a0b39bf76fbce52c6da87c9b674cf4e"
source = "git+https://github.com/solana-labs/solana-program-library?rev=4c0bc4c968d5d6feaee18b1c633c636f20d66b15#4c0bc4c968d5d6feaee18b1c633c636f20d66b15"
dependencies = [
"arrayref",
"bincode",
@ -2825,7 +2825,7 @@ dependencies = [
[[package]]
name = "spl-token"
version = "3.3.0"
source = "git+https://github.com/solana-labs/solana-program-library?rev=ebc91e871a0b39bf76fbce52c6da87c9b674cf4e#ebc91e871a0b39bf76fbce52c6da87c9b674cf4e"
source = "git+https://github.com/solana-labs/solana-program-library?rev=4c0bc4c968d5d6feaee18b1c633c636f20d66b15#4c0bc4c968d5d6feaee18b1c633c636f20d66b15"
dependencies = [
"arrayref",
"num-derive",

View File

@ -27,8 +27,8 @@ anchor-spl = { version = "0.20.1" }
# The rev used for spl-governance must match what the fixture binary
# programs/voter-stake-registry/tests/fixtures/spl_governance.so is built from.
spl-governance = { git = "https://github.com/solana-labs/solana-program-library", rev = "ebc91e871a0b39bf76fbce52c6da87c9b674cf4e", features = ["no-entrypoint"] }
spl-governance-addin-api = { git = "https://github.com/solana-labs/solana-program-library", rev = "ebc91e871a0b39bf76fbce52c6da87c9b674cf4e" }
spl-governance = { git = "https://github.com/solana-labs/solana-program-library", rev = "4c0bc4c968d5d6feaee18b1c633c636f20d66b15", features = ["no-entrypoint"] }
spl-governance-addin-api = { git = "https://github.com/solana-labs/solana-program-library", rev = "4c0bc4c968d5d6feaee18b1c633c636f20d66b15" }
# refer solana to the same version anchor-lang 0.20.1 refers to
solana-program = "1.8.5"