Skip to content

Commit

Permalink
push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinmadrid committed Jan 27, 2024
1 parent ceb0df6 commit dd0ec59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 3 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name = "squads-multisig-cli"
version = "0.1.0"
edition = "2021"
authors = ["Valentin Madrid", "Vova Guguiev"]
license = "https://raw.githubusercontent.com/Squads-Protocol/v4/main/LICENSE"
license = "MIT OR Apache-2.0"
description = "Command line interface to interact with the Squads v4 program."

[dependencies]
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] }
Expand All @@ -17,7 +18,7 @@ colored = "2.1.0"
# Solana deps
solana-sdk = "1.17.15"
# local deps
squads-multisig = { path = "../sdk/rs", version = "2.0.0" }
squads-multisig = { path = "../sdk/rs", version = "2.0.1" }
solana-remote-wallet = "1.17.15"
solana-clap-v3-utils = "1.17.15"
solana-program = "1.17.15"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "squads-multisig"
version = "2.0.0"
version = "2.0.1"
description = "An SDK for building automated programs on Solana"
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit dd0ec59

Please sign in to comment.