update README and release 2.2.0

This commit is contained in:
Maximilian Schneider 2022-08-16 22:34:00 +02:00
parent 234d8e2682
commit a96083d1f9
4 changed files with 5 additions and 5 deletions

View File

@ -22,8 +22,8 @@ and/or here: https://docs.solana.com/cli to get set up with node and rust as wel
sudo apt-get install -y pkg-config build-essential python3-pip jq sudo apt-get install -y pkg-config build-essential python3-pip jq
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env source $HOME/.cargo/env
rustup override set 1.58
rustup component add rustfmt rustup component add rustfmt
rustup default nightly
rustup component add rust-src rustup component add rust-src
``` ```
@ -35,7 +35,7 @@ rustup update
### get mango ### get mango
``` ```
VERSION=v1.6.4 VERSION=v1.9.1
sh -c "$(curl -sSfL https://release.solana.com/$VERSION/install)" sh -c "$(curl -sSfL https://release.solana.com/$VERSION/install)"
sudo apt-get install -y libssl-dev libudev-dev sudo apt-get install -y libssl-dev libudev-dev
cargo install spl-token-cli cargo install spl-token-cli

2
cli/Cargo.lock generated
View File

@ -1907,7 +1907,7 @@ dependencies = [
[[package]] [[package]]
name = "mango" name = "mango"
version = "2.1.2" version = "2.2.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"bincode", "bincode",

2
program/Cargo.lock generated
View File

@ -1426,7 +1426,7 @@ dependencies = [
[[package]] [[package]]
name = "mango" name = "mango"
version = "2.1.2" version = "2.2.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"bincode", "bincode",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mango" name = "mango"
version = "2.1.2" version = "2.2.0"
authors = ["blockworks"] authors = ["blockworks"]
edition = "2018" edition = "2018"