Skip to content

Commit a2457c7

Browse files
authored
Prepare for 0.22 release (#294)
Updates all dependencies to latest major version. This includes the webdriver crate, which now generates floating point numbers for pointer move operations. These are in turn rejected by older versions of Chrome and Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1959464 for details. As such, this is breaking in the sense that older versions of said browsers are no longer supported. This also bumps the crate's MSRV, but only due to dependencies, not code changes. Note that minimal-versions in CI will remain broken until webdriver upgrades to a newer version of icu_segmenter (specifically: 2.0) so that they move on from the zerovec version that has this stanza: <https://github.com/unicode-org/icu4x/blob/icu%401.5.0/utils/zerovec/Cargo.toml#L33-L38>
1 parent 696879a commit a2457c7

File tree

9 files changed

+339
-432
lines changed

9 files changed

+339
-432
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
113113
strategy:
114114
matrix:
115-
msrv: ["1.70.0"] # tokio
115+
msrv: ["1.82.0"] # tokio
116116
name: ubuntu / ${{ matrix.msrv }}
117117
steps:
118118
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)