File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
fail-fast : false
9
9
matrix :
10
10
version :
11
- - 1.51 .0 # MSRV
11
+ - 1.53 .0 # MSRV
12
12
- stable
13
13
- nightly
14
14
50
50
key : ${{ matrix.version }}-x86_64-unknown-linux-gnu-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
51
51
52
52
- name : Cache cargo tarpaulin
53
- if : matrix.version == '1.51 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
53
+ if : matrix.version == '1.53 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
54
54
uses : actions/cache@v1
55
55
with :
56
56
path : ~/.cargo/bin
@@ -64,19 +64,19 @@ jobs:
64
64
args : --all --all-features --no-fail-fast -- --nocapture
65
65
66
66
- name : Install tarpaulin
67
- if : matrix.version == '1.51 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
67
+ if : matrix.version == '1.53 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
68
68
continue-on-error : true
69
69
run : |
70
70
cargo install cargo-tarpaulin
71
71
72
72
- name : Generate coverage report
73
- if : matrix.version == '1.51 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
73
+ if : matrix.version == '1.53 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
74
74
continue-on-error : true
75
75
run : |
76
76
cargo tarpaulin --out Xml --all --all-features
77
77
78
78
- name : Upload to Codecov
79
- if : matrix.version == '1.51 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
79
+ if : matrix.version == '1.53 .0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
80
80
continue-on-error : true
81
81
uses : codecov/codecov-action@v1
82
82
with :
Original file line number Diff line number Diff line change 1
- # ntex redis [ ![ build status] ( https://github.com/ntex-rs/ntex-redis/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push )] ( https://github.com/ntex-rs/ntex-redis/actions?query=workflow%3A"CI+(Linux)" ) [ ![ codecov] ( https://codecov.io/gh/ntex-rs/ntex-redis/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ntex-rs/ntex-redis ) [ ![ crates.io] ( https://meritbadge.herokuapp.com /ntex-redis )] ( https://crates.io/crates/ntex-redis )
1
+ # ntex redis [ ![ build status] ( https://github.com/ntex-rs/ntex-redis/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push )] ( https://github.com/ntex-rs/ntex-redis/actions?query=workflow%3A"CI+(Linux)" ) [ ![ codecov] ( https://codecov.io/gh/ntex-rs/ntex-redis/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ntex-rs/ntex-redis ) [ ![ crates.io] ( https://img.shields.io/crates/v /ntex-redis )] ( https://crates.io/crates/ntex-redis )
2
2
3
3
redis client for ntex framework
4
4
5
5
## Documentation & community resources
6
6
7
7
* [ Documentation] ( https://docs.rs/ntex-redis )
8
- * Minimum supported Rust version: 1.46 or later
8
+ * Minimum supported Rust version: 1.53 or later
9
9
10
10
## Example
11
11
You can’t perform that action at this time.
0 commit comments