File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,16 +96,11 @@ jobs:
9696 - uses : Swatinem/rust-cache@v2
9797 with :
9898 key : ${{ matrix.target }}
99- - name : Cache cross binary
100- id : cache-cross
99+ - name : Install cross
101100 if : matrix.use-cross == true
102- uses : actions/cache@v4
101+ uses : taiki-e/install-action@v2
103102 with :
104- path : ~/.cargo/bin/cross
105- key : ${{ runner.os }}-cross-${{ hashFiles('.github/workflows/test.yml') }}
106- - name : Install cross
107- if : matrix.use-cross == true && steps.cache-cross.outputs.cache-hit != 'true'
108- run : cargo install cross --git https://github.com/cross-rs/cross
103+ tool : cross
109104 - name : Build with cross
110105 if : matrix.use-cross == true
111106 env :
Original file line number Diff line number Diff line change 11[package ]
22name = " rdp"
3- version = " 0.13.4 "
3+ version = " 0.13.5 "
44authors = [" Stephan Hügel <urschrei@gmail.com>" ]
55description = " An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments