File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - nightly
1919 - beta
2020 - stable
21- - 1.63 .0
21+ - 1.66 .0
2222 features :
2323 -
2424 - --features dummy_match_byte
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.md"
1010keywords = [" css" , " syntax" , " parser" ]
1111license = " MPL-2.0"
1212edition = " 2018"
13- rust-version = " 1.63 "
13+ rust-version = " 1.66 "
1414
1515exclude = [" src/css-parsing-tests/**" , " src/big-data-url.css" ]
1616
@@ -23,7 +23,7 @@ encoding_rs = "0.8"
2323cssparser-macros = { path = " ./macros" , version = " 0.6.1" }
2424dtoa-short = " 0.3"
2525itoa = " 1.0"
26- phf = { version = " 0.11.2 " , features = [" macros" ] }
26+ phf = { version = " 0.13.1 " , features = [" macros" ] }
2727serde = { version = " 1.0" , features = [" derive" ], optional = true }
2828malloc_size_of = { version = " 0.1" , default-features = false , optional = true }
2929smallvec = " 1.0"
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ enum SeenStatus {
229229
230230impl < ' a > Tokenizer < ' a > {
231231 #[ inline]
232- pub fn new ( input : & ' a str ) -> Tokenizer < ' a > {
232+ pub fn new ( input : & ' a str ) -> Self {
233233 Tokenizer {
234234 input,
235235 position : 0 ,
You can’t perform that action at this time.
0 commit comments