Commit a0f0bb3 1 parent be520c1 commit a0f0bb3 Copy full SHA for a0f0bb3
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.89 " # don't forget to update html_root_url and syn.json
3
+ version = " 1.0.90 " # 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.89 " ) ]
253
+ #![ doc( html_root_url = "https://docs.rs/syn/1.0.90 " ) ]
254
254
#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
255
255
#![ allow( non_camel_case_types) ]
256
256
// Ignored clippy lints.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.89 " ,
2
+ "version" : " 1.0.90 " ,
3
3
"types" : [
4
4
{
5
5
"ident" : " Abi" ,
You can’t perform that action at this time.
0 commit comments