File tree 2 files changed +8
-19
lines changed
2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 15
15
name : Check
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- uses : actions-rs/toolchain@v1
20
20
with :
21
21
profile : minimal
29
29
name : Test Suite
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
33
- - uses : actions-rs/toolchain@v1
34
- with :
35
- profile : minimal
36
- toolchain : stable
37
- override : true
32
+ - uses : actions/checkout@v4
33
+ - uses : dtolnay/rust-toolchain@stable
38
34
- uses : actions-rs/cargo@v1
39
35
with :
40
36
command : test
43
39
name : Rustfmt
44
40
runs-on : ubuntu-latest
45
41
steps :
46
- - uses : actions/checkout@v2
47
- - uses : actions-rs/toolchain@v1
48
- with :
49
- profile : minimal
50
- toolchain : stable
51
- override : true
42
+ - uses : actions/checkout@v4
43
+ - uses : dtolnay/rust-toolchain@stable
52
44
- run : rustup component add rustfmt
53
45
- uses : actions-rs/cargo@v1
54
46
with :
59
51
name : Clippy
60
52
runs-on : ubuntu-latest
61
53
steps :
62
- - uses : actions/checkout@v2
63
- - uses : actions-rs/toolchain@v1
64
- with :
65
- profile : minimal
66
- toolchain : stable
67
- override : true
54
+ - uses : actions/checkout@v4
55
+ - uses : dtolnay/rust-toolchain@stable
68
56
- run : rustup component add clippy
69
57
- uses : actions-rs/cargo@v1
70
58
with :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uniswap_v3_math"
3
+ rust-version = " 1.82"
3
4
version = " 0.5.3"
4
5
edition = " 2021"
5
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments