Skip to content

Commit

Permalink
Merge pull request #132 from Marcondiro/master
Browse files Browse the repository at this point in the history
Update Unicode tables to version 15.1.0, bump to 0.3.16
  • Loading branch information
Manishearth authored Mar 18, 2024
2 parents ca612da + e3dfc1e commit 102bcd3
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 297 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
with:
components: rustfmt
- run: cargo fmt --check

Verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify regenerated files
run: ./tools/generate.py && git diff --exit-code -- src/char_data/tables.rs
build_result:
name: homu build finished
runs-on: ubuntu-latest
Expand Down
111 changes: 59 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-bidi"
version = "0.3.15"
version = "0.3.16"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
description = "Implementation of the Unicode Bidirectional Algorithm"
Expand Down
Loading

0 comments on commit 102bcd3

Please sign in to comment.