Skip to content

Commit

Permalink
Merge pull request #51 from sancane/bump-unicode-data
Browse files Browse the repository at this point in the history
Update precis-profiles to the latest unicode version (16.0.0)
  • Loading branch information
sancane authored Oct 1, 2024
2 parents 373ad6c + 08ea07d commit fd75675
Show file tree
Hide file tree
Showing 2 changed files with 5,195 additions and 10 deletions.
2 changes: 1 addition & 1 deletion precis-profiles/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use precis_tools::{
use std::env;
use std::path::Path;

const UNICODE_VERSION: &str = "15.1.0";
const UNICODE_VERSION: &str = "16.0.0";

fn generate_code(ucd: &Path, out: &Path) {
let mut gen = RustCodeGen::new(Path::new(&out).join("bidi_class.rs")).unwrap();
Expand Down
Loading

0 comments on commit fd75675

Please sign in to comment.