Skip to content

Commit 89e1f4c

Browse files
committed
Reremove the temporary breakage
1 parent c287f87 commit 89e1f4c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ jobs:
401401
strategy:
402402
matrix:
403403
target: [ wasm32-unknown-unknown, wasm32-wasip1 ]
404-
fail-fast: false
405404

406405
env:
407406
TARGET: ${{ matrix.target }}

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gix-traverse = { version = "^0.47.0", path = "../gix-traverse", optional = true
4444
thiserror = "2.0.0"
4545
imara-diff = { version = "0.1.8", optional = true }
4646
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
47-
getrandom = { version = "0.2.8", optional = true, default-features = false }
47+
getrandom = { version = "0.2.8", optional = true, default-features = false, features = ["js"] }
4848
bstr = { version = "1.12.0", default-features = false }
4949

5050
document-features = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)