Skip to content

Commit 102bcd3

Browse files
authored
Merge pull request #132 from Marcondiro/master
Update Unicode tables to version 15.1.0, bump to 0.3.16
2 parents ca612da + e3dfc1e commit 102bcd3

File tree

4 files changed

+310
-297
lines changed

4 files changed

+310
-297
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ jobs:
3333
with:
3434
components: rustfmt
3535
- run: cargo fmt --check
36-
36+
Verify:
37+
runs-on: ubuntu-latest
38+
steps:
39+
- uses: actions/checkout@v4
40+
- name: Verify regenerated files
41+
run: ./tools/generate.py && git diff --exit-code -- src/char_data/tables.rs
3742
build_result:
3843
name: homu build finished
3944
runs-on: ubuntu-latest

Cargo.lock

+59-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-bidi"
3-
version = "0.3.15"
3+
version = "0.3.16"
44
authors = ["The Servo Project Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Implementation of the Unicode Bidirectional Algorithm"

0 commit comments

Comments
 (0)