Skip to content

Commit 30c3886

Browse files
authored
chore: fix quirks mode warning on Firefox (#600)
Our frontend tests found a warning about quirks mode in Firefox in dfinity/sdk#4131. This removes the need for the warning
1 parent 81c4338 commit 30c3886

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: run benchmark
77
runs-on: ubuntu-latest
88
env:
9-
RUSTC_VERSION: 1.79.0
9+
RUSTC_VERSION: 1.81.0
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Checkout base branch

tools/ui/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/ui/src/candid.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)