We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c6b82 commit d1e9bd3Copy full SHA for d1e9bd3
build.rs
@@ -72,7 +72,7 @@ fn main() {
72
{
73
let emoji_vs_list = Path::new(&out).join("emoji-variation-sequences.txt");
74
if !std::fs::read_to_string(&emoji_vs_list)
75
- .is_ok_and(|text| text.contains("Emoji Version 17.0"))
+ .is_ok_and(|text| text.contains("Version: 17.0"))
76
77
let content = ureq::get(
78
"https://www.unicode.org/Public/17.0.0/ucd/emoji/emoji-variation-sequences.txt",
0 commit comments