File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ default = [
3434docs = [" attributes" , " unstable" , " default" ]
3535unstable = [
3636 " std" ,
37- " futures-timer" ,
37+ " futures-timer" ,
3838]
3939attributes = [" async-attributes" ]
4040std = [
@@ -63,7 +63,7 @@ async-mutex = { version = "1.1.3", optional = true }
6363crossbeam-utils = { version = " 0.7.2" , optional = true }
6464futures-core = { version = " 0.3.4" , optional = true , default-features = false }
6565futures-io = { version = " 0.3.4" , optional = true }
66- kv-log-macro = { version = " 1.0.4 " , optional = true }
66+ kv-log-macro = { version = " 1.0.6 " , optional = true }
6767log = { version = " 0.4.8" , features = [" kv_unstable" ], optional = true }
6868memchr = { version = " 2.3.3" , optional = true }
6969num_cpus = { version = " 1.12.0" , optional = true }
@@ -105,4 +105,3 @@ required-features = ["unstable"]
105105[[example ]]
106106name = " surf-web"
107107required-features = [" surf" ]
108-
You can’t perform that action at this time.
0 commit comments