File tree 6 files changed +7
-18
lines changed
6 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 29
29
~/.cargo/git
30
30
target
31
31
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
32
- - name : Install Rust nightly
32
+ - name : Install Rust
33
33
uses : actions-rs/toolchain@v1
34
34
with :
35
35
profile : minimal
Original file line number Diff line number Diff line change @@ -69,11 +69,10 @@ jobs:
69
69
# echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
70
70
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
71
71
72
- - name : Install Rust nightly
72
+ - name : Install Rust
73
73
uses : actions-rs/toolchain@v1
74
74
with :
75
75
profile : minimal
76
- toolchain : nightly
77
76
target : ${{ matrix.target }}
78
77
default : true
79
78
override : true
@@ -103,11 +102,10 @@ jobs:
103
102
steps :
104
103
- uses : actions/checkout@v2
105
104
106
- - name : Install Rust nightly
105
+ - name : Install Rust
107
106
uses : actions-rs/toolchain@v1
108
107
with :
109
108
profile : minimal
110
- toolchain : nightly
111
109
default : true
112
110
override : true
113
111
Original file line number Diff line number Diff line change @@ -84,11 +84,10 @@ jobs:
84
84
# echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
85
85
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
86
86
87
- - name : Install Rust Nightly
87
+ - name : Install Rust
88
88
uses : actions-rs/toolchain@v1
89
89
with :
90
90
profile : minimal
91
- toolchain : nightly
92
91
target : ${{ matrix.target }}
93
92
default : true
94
93
override : true
@@ -120,11 +119,10 @@ jobs:
120
119
steps :
121
120
- uses : actions/checkout@v2
122
121
123
- - name : Install Rust Nightly
122
+ - name : Install Rust
124
123
uses : actions-rs/toolchain@v1
125
124
with :
126
125
profile : minimal
127
- toolchain : nightly
128
126
default : true
129
127
override : true
130
128
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ lto = "fat"
50
50
codegen-units = 1
51
51
incremental = false
52
52
panic = " abort"
53
- strip = true
53
+ # strip = true
54
54
55
55
[features ]
56
56
default = [
Original file line number Diff line number Diff line change @@ -69,12 +69,6 @@ This project uses system (libc) memory allocator (Rust's default). But it also a
69
69
Install from [ crates.io] ( https://crates.io/crates/shadowsocks-rust ) :
70
70
71
71
``` bash
72
- # Set default toolchain to nightly
73
- rustup default nightly
74
- # RECOMMEND: Check the rust-toolchain file in the project root and use the recommended nightly version
75
- # For example:
76
- # rustup default nightly-2021-06-03
77
-
78
72
# Install from crates.io
79
73
cargo install shadowsocks-rust
80
74
```
@@ -789,7 +783,7 @@ It supports the following features:
789
783
- [x] Improved logging format (waiting for the new official log crate)
790
784
- [x] Support more ciphers without depending on ` libcrypto ` (waiting for an acceptable Rust crypto lib implementation)
791
785
- [x] Windows support.
792
- - [ ] Build with stable ` rustc ` (blocking by ` crypto2 ` ).
786
+ - [x ] Build with stable ` rustc ` < del > (blocking by ` crypto2 ` )</ del > .
793
787
- [x] Support HTTP Proxy protocol
794
788
- [x] AEAD ciphers. (proposed in [ SIP004] ( https://github.com/shadowsocks/shadowsocks-org/issues/30 ) , still under discussion)
795
789
- [x] Choose server based on delay #152
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments