Skip to content

Commit 0f1dc09

Browse files
author
bors-servo
authored
Auto merge of #172 - Phrohdoh:add-minlength, r=KiChjang
Add minlength to static_atom_list For servo/servo#13313 @KiChjang <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/172) <!-- Reviewable:end -->
2 parents dd9cf09 + 952a6b4 commit 0f1dc09

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.2.28"
4+
version = "0.2.29"
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"

src/static_atom_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ pub static ATOMS: &'static [&'static str] = &[
740740
"mi",
741741
"min",
742742
"min-height",
743+
"minlength",
743744
"minsize",
744745
"minus",
745746
"min-width",

0 commit comments

Comments
 (0)