Skip to content

Commit a1fadb0

Browse files
chore: remove ampersand on pinned dependencies line
1 parent fef4a77 commit a1fadb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cont_integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
- name: pin dependencies
5252
if: matrix.rust.version == '1.57.0'
5353
run: |
54-
cargo update -p log --precise 0.4.18 &&
55-
cargo update -p rustls:0.21.5 --precise 0.21.1 &&
56-
cargo update -p time:0.3.15 --precise 0.3.13 &&
57-
cargo update -p hyper-rustls:0.24.1 --precise 0.24.0 &&
54+
cargo update -p log --precise 0.4.18
55+
cargo update -p rustls:0.21.7 --precise 0.21.1
56+
cargo update -p time:0.3.15 --precise 0.3.13
57+
cargo update -p hyper-rustls:0.24.1 --precise 0.24.0
5858
cargo update -p tempfile:3.7.0 --precise 3.6.0
5959
- name: Build
6060
run: cargo build --features ${{ matrix.features }} --no-default-features

0 commit comments

Comments
 (0)