diff --git a/Cargo.toml b/Cargo.toml index dbf248d..ab8b45a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "string_cache" -version = "0.1.16" +version = "0.1.17" authors = [ "The Servo Project Developers" ] description = "A string interning library for Rust, developed as part of the Servo project." license = "MIT / Apache-2.0" diff --git a/shared/static_atom_list.rs b/shared/static_atom_list.rs index 25d6cac..29464c0 100644 --- a/shared/static_atom_list.rs +++ b/shared/static_atom_list.rs @@ -1000,6 +1000,7 @@ pub static ATOMS: &'static [&'static str] = &[ "sin", "sinh", "size", + "sizes", "slope", "small", "solidcolor",