Skip to content

Commit

Permalink
Updating Playwright and Rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbrbr committed Oct 16, 2024
1 parent abee679 commit 1f39093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .PLAYWRIGHT_VERSION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This is the version of playwright compatible with this foxhound Git commit.
# In case the patches from this version do not apply cleanly, please open an issue!
# For advice on how to build foxhound with playwright support, see build.sh
PLAYWRIGHT_VERSION="v1.44.0"
PLAYWRIGHT_VERSION="v1.46.0"
# This tells the build script which rust version to download and install
# See here for the correct version mapping: https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html
# also available in-tree here: docs/writing-rust-code/update-policy.md
RUST_VERSION="1.75.0"
RUST_VERSION="1.76.0"
# The current firefox version can be found here: browser/config/version.txt
FIREFOX_VERSION=$(cat browser/config/version.txt)

0 comments on commit 1f39093

Please sign in to comment.