Skip to content

Commit 995853e

Browse files
author
bors-servo
committed
Auto merge of #120 - paulrouget:sizes-atom, r=paulrouget
add 'sizes' atom Necessary for servo/servo#8449 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/120) <!-- Reviewable:end -->
2 parents 29f09b0 + 461e942 commit 995853e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "string_cache"
4-
version = "0.1.16"
4+
version = "0.1.17"
55
authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project."
77
license = "MIT / Apache-2.0"

shared/static_atom_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ pub static ATOMS: &'static [&'static str] = &[
10001000
"sin",
10011001
"sinh",
10021002
"size",
1003+
"sizes",
10031004
"slope",
10041005
"small",
10051006
"solidcolor",

0 commit comments

Comments
 (0)