File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " string_cache_shared"
4
- version = " 0.1.10 "
4
+ version = " 0.1.11 "
5
5
authors = [ " The Servo Project Developers" ]
6
6
description = " A string interning library for Rust, developed as part of the Servo project − shared code between the compiler plugin and main crate."
7
7
license = " MIT / Apache-2.0"
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ pub static ATOMS: &'static [&'static str] = &[
260
260
"char" ,
261
261
"charoff" ,
262
262
"charset" ,
263
+ "checkbox" ,
263
264
"checked" ,
264
265
"ci" ,
265
266
"circle" ,
@@ -452,6 +453,7 @@ pub static ATOMS: &'static [&'static str] = &[
452
453
"fieldset" ,
453
454
"figcaption" ,
454
455
"figure" ,
456
+ "file" ,
455
457
"fill" ,
456
458
"fill-opacity" ,
457
459
"fill-rule" ,
@@ -913,6 +915,7 @@ pub static ATOMS: &'static [&'static str] = &[
913
915
"r" ,
914
916
"radialgradient" ,
915
917
"radialGradient" ,
918
+ "radio" ,
916
919
"radiogroup" ,
917
920
"radius" ,
918
921
"rationals" ,
@@ -944,6 +947,7 @@ pub static ATOMS: &'static [&'static str] = &[
944
947
"requiredExtensions" ,
945
948
"requiredfeatures" ,
946
949
"requiredFeatures" ,
950
+ "reset" ,
947
951
"restart" ,
948
952
"result" ,
949
953
"rev" ,
@@ -1047,6 +1051,7 @@ pub static ATOMS: &'static [&'static str] = &[
1047
1051
"stroke-width" ,
1048
1052
"strong" ,
1049
1053
"sub" ,
1054
+ "submit" ,
1050
1055
"subscriptshift" ,
1051
1056
"subset" ,
1052
1057
"sum" ,
You can’t perform that action at this time.
0 commit comments