File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " syn"
3- version = " 1.0.63 " # don't forget to update html_root_url and syn.json
3+ version = " 1.0.64 " # don't forget to update html_root_url and syn.json
44authors = [
" David Tolnay <[email protected] >" ]
55license = " MIT OR Apache-2.0"
66description = " Parser for Rust source code"
Original file line number Diff line number Diff line change 250250//! dynamic library libproc_macro from rustc toolchain.
251251
252252// Syn types in rustdoc of other crates get linked to here.
253- #![ doc( html_root_url = "https://docs.rs/syn/1.0.63 " ) ]
253+ #![ doc( html_root_url = "https://docs.rs/syn/1.0.64 " ) ]
254254#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
255255#![ allow( non_camel_case_types) ]
256256// Ignored clippy lints.
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.63 " ,
2+ "version" : " 1.0.64 " ,
33 "types" : [
44 {
55 "ident" : " Abi" ,
You can’t perform that action at this time.
0 commit comments