File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " syn"
3
- version = " 1.0.34 " # don't forget to update html_root_url and syn.json
3
+ version = " 1.0.35 " # don't forget to update html_root_url and syn.json
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Parser for Rust source code"
Original file line number Diff line number Diff line change 250
250
//! dynamic library libproc_macro from rustc toolchain.
251
251
252
252
// Syn types in rustdoc of other crates get linked to here.
253
- #![ doc( html_root_url = "https://docs.rs/syn/1.0.34 " ) ]
253
+ #![ doc( html_root_url = "https://docs.rs/syn/1.0.35 " ) ]
254
254
#![ deny( clippy:: all, clippy:: pedantic) ]
255
255
// Ignored clippy lints.
256
256
#![ allow(
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.34 " ,
2
+ "version" : " 1.0.35 " ,
3
3
"types" : [
4
4
{
5
5
"ident" : " Abi" ,
You can’t perform that action at this time.
0 commit comments