diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2023-02-13 11:12:51 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-13 11:12:51 +0530 |
| commit | b5aeba870630113769f5ac557fc42d5c0a67650b (patch) | |
| tree | 28f7273f50ace5348a4322ce106d67017c8932c1 | |
| parent | f7caaa573ee179404454d6d8486e9f3e1d1b5482 (diff) | |
| parent | 5fe104666825c53552cfec88a9da81a1ccb44d4b (diff) | |
| download | rust-b5aeba870630113769f5ac557fc42d5c0a67650b.tar.gz rust-b5aeba870630113769f5ac557fc42d5c0a67650b.zip | |
Rollup merge of #107966 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update browser-ui-test version to 0.14.3 It brings a few fixes to the `NEAR` checks. The PR for it in [here](https://github.com/GuillaumeGomez/browser-UI-test/pull/436). r? `@notriddle`
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version index c39e9c5fbc9..94ec2401292 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version +++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version @@ -1 +1 @@ -0.14.1 \ No newline at end of file +0.14.3 \ No newline at end of file |
