diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-05-26 00:32:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 00:32:09 +0200 |
| commit | 02b630f566fae3d049d1d4e70e1974c7741bf2f4 (patch) | |
| tree | b5f46af257b5bc0dc8a56f8c1d519a18cd8579e0 /src/ci/docker | |
| parent | 1b5e1215efa47cf4d78a945c7be1c04cda4f57d4 (diff) | |
| parent | f4f14f66711756e67bbc252b9e14546c771fe508 (diff) | |
| download | rust-02b630f566fae3d049d1d4e70e1974c7741bf2f4.tar.gz rust-02b630f566fae3d049d1d4e70e1974c7741bf2f4.zip | |
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
Allow to click on setting text You can test it [here](https://rustdoc.crud.net/imperio/gui-settings-text-click/doc/foo/index.html). This PR allows to click on the text alongside the toggle to change it. r? `@jsha`
Diffstat (limited to 'src/ci/docker')
| -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 b3ec1638fda..03834411d15 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.9.3 \ No newline at end of file +0.9.5 \ No newline at end of file |
