Skip to content

Commit

Permalink
Remove scoped-tls workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
grovesNL committed Oct 10, 2023
1 parent 7d9af94 commit 4eeaa29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
override: true
profile: minimal
target: wasm32-unknown-unknown
# https://github.com/alexcrichton/scoped-tls/issues/20
- run: cargo update -p scoped-tls --precise 1.0.0
if: matrix.build == 'pinned'
- run: cargo build --verbose
- run: cargo build --verbose --target wasm32-unknown-unknown
env:
Expand Down

0 comments on commit 4eeaa29

Please sign in to comment.