Skip to content

Commit

Permalink
Implement API for ICU4X data injection
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed May 27, 2022
1 parent 55060c6 commit 9ffdfd3
Show file tree
Hide file tree
Showing 13 changed files with 529 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: -v --document-private-items
args: -v --document-private-items --all-features
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: -v --document-private-items
args: -v --document-private-items --all-features
- run: echo "<meta http-equiv=refresh content=0;url=boa_engine/index.html>" > target/doc/index.html
- run: |
if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: -v --document-private-items
args: -v --document-private-items --all-features
Loading

0 comments on commit 9ffdfd3

Please sign in to comment.