We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c5757 commit e542e69Copy full SHA for e542e69
.changes/config.json
@@ -8,7 +8,7 @@
8
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p'",
9
"prepublish": [
10
"sudo apt-get update",
11
- "sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0",
+ "sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1",
12
"cargo install cargo-audit --features=fix",
13
{
14
"command": "cargo generate-lockfile",
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
if: matrix.platform.os == 'ubuntu-latest'
26
run: |
27
sudo apt-get update
28
- sudo apt-get install -y webkit2gtk-4.0
+ sudo apt-get install -y webkit2gtk-4.1
29
30
- name: Get current date
31
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
0 commit comments