File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " colink"
3
- version = " 0.2.10 "
3
+ version = " 0.2.11 "
4
4
edition = " 2021"
5
5
description = " CoLink Rust SDK"
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CoLink SDK helps both application and protocol developers access the functionali
9
9
Add this to your Cargo.toml:
10
10
``` toml
11
11
[dependencies ]
12
- colink = " 0.2.10 "
12
+ colink = " 0.2.11 "
13
13
```
14
14
15
15
## Getting Started
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ impl InstantServer {
48
48
. arg ( "bash -c \" $(curl -fsSL https://raw.githubusercontent.com/CoLearn-Dev/colinkctl/main/install_colink.sh)\" " )
49
49
. env ( "COLINK_INSTALL_SERVER_ONLY" , "true" )
50
50
. env ( "COLINK_INSTALL_SILENT" , "true" )
51
+ . env ( "COLINK_SERVER_VERSION" , "v0.2.9" )
51
52
. status ( )
52
53
. unwrap ( ) ;
53
54
}
Original file line number Diff line number Diff line change 2
2
set -e
3
3
rm -rf colink-server
4
4
mkdir colink-server && cd colink-server
5
- wget https://github.com/CoLearn-Dev/colink-server-dev/releases/download/v0.2.0 /colink-server-linux-x86_64.tar.gz
5
+ wget https://github.com/CoLearn-Dev/colink-server-dev/releases/download/v0.2.9 /colink-server-linux-x86_64.tar.gz
6
6
tar -xzf colink-server-linux-x86_64.tar.gz
7
7
touch user_init_config.toml # create an empty user init config to prevent automatically starting protocols when importing users.
8
8
cd ..
You can’t perform that action at this time.
0 commit comments