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 18
18
- nightly
19
19
- beta
20
20
- stable
21
- - 1.63 .0
21
+ - 1.66 .0
22
22
features :
23
23
-
24
24
- --features dummy_match_byte
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.md"
10
10
keywords = [" css" , " syntax" , " parser" ]
11
11
license = " MPL-2.0"
12
12
edition = " 2018"
13
- rust-version = " 1.63 "
13
+ rust-version = " 1.66 "
14
14
15
15
exclude = [" src/css-parsing-tests/**" , " src/big-data-url.css" ]
16
16
@@ -23,7 +23,7 @@ encoding_rs = "0.8"
23
23
cssparser-macros = { path = " ./macros" , version = " 0.6.1" }
24
24
dtoa-short = " 0.3"
25
25
itoa = " 1.0"
26
- phf = { version = " 0.11.2 " , features = [" macros" ] }
26
+ phf = { version = " 0.13.1 " , features = [" macros" ] }
27
27
serde = { version = " 1.0" , features = [" derive" ], optional = true }
28
28
malloc_size_of = { version = " 0.1" , default-features = false , optional = true }
29
29
smallvec = " 1.0"
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ enum SeenStatus {
229
229
230
230
impl < ' a > Tokenizer < ' a > {
231
231
#[ inline]
232
- pub fn new ( input : & ' a str ) -> Tokenizer < ' a > {
232
+ pub fn new ( input : & ' a str ) -> Self {
233
233
Tokenizer {
234
234
input,
235
235
position : 0 ,
You can’t perform that action at this time.
0 commit comments