forked from unicode-rs/unicode-normalization
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request unicode-rs#103 from Marcondiro/master
Update Unicode to version 16.0.0, bump to 0.1.24
- Loading branch information
Showing
6 changed files
with
12,527 additions
and
6,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,10 +67,9 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install msrv toolchain | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: 1.36 | ||
override: true | ||
uses: dtolnay/[email protected] | ||
- name: Use tinyvec 1.6.0 | ||
run: cargo update -p tinyvec --precise 1.6.0 | ||
- name: Build | ||
run: cargo build --verbose --all-features | ||
regen: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "unicode-normalization" | ||
version = "0.1.23" | ||
version = "0.1.24" | ||
authors = [ | ||
"kwantam <[email protected]>", | ||
"Manish Goregaokar <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.