Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 9644c51

Browse files
authored
Governance: Bump governance-chat version (#4941)
chore: Bunp governance-chat version
1 parent 4900a86 commit 9644c51

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

governance/chat/program/Cargo.toml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-governance-chat"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Solana Program Library Governance Chat Program"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"
@@ -20,10 +20,14 @@ num-traits = "0.2"
2020
serde = "1.0.183"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.16.3"
23-
spl-token = { version = "4.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
24-
spl-governance= { version = "3.1.1", path ="../../program", features = [ "no-entrypoint" ]}
25-
spl-governance-tools= { version = "0.1.3", path ="../../tools"}
26-
spl-governance-addin-api= { version = "0.1.3", path ="../../addin-api"}
23+
spl-token = { version = "4.0", path = "../../../token/program", features = [
24+
"no-entrypoint",
25+
] }
26+
spl-governance = { version = "3.1.1", path = "../../program", features = [
27+
"no-entrypoint",
28+
] }
29+
spl-governance-tools = { version = "0.1.3", path = "../../tools" }
30+
spl-governance-addin-api = { version = "0.1.3", path = "../../addin-api" }
2731
thiserror = "1.0"
2832

2933

@@ -32,8 +36,8 @@ assert_matches = "1.5.0"
3236
proptest = "1.2"
3337
solana-program-test = "1.16.3"
3438
solana-sdk = "1.16.3"
35-
spl-governance-test-sdk = { version = "0.1.3", path ="../../test-sdk"}
36-
spl-governance-addin-mock = { version = "0.1.3", path ="../../addin-mock/program"}
39+
spl-governance-test-sdk = { version = "0.1.3", path = "../../test-sdk" }
40+
spl-governance-addin-mock = { version = "0.1.3", path = "../../addin-mock/program" }
3741

3842

3943
[lib]

0 commit comments

Comments
 (0)