Skip to content

Commit a0f0bb3

Browse files
committed
Release 1.0.90
1 parent be520c1 commit a0f0bb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
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
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Parser for Rust source code"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
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.89")]
253+
#![doc(html_root_url = "https://docs.rs/syn/1.0.90")]
254254
#![cfg_attr(doc_cfg, feature(doc_cfg))]
255255
#![allow(non_camel_case_types)]
256256
// Ignored clippy lints.

syn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.89",
2+
"version": "1.0.90",
33
"types": [
44
{
55
"ident": "Abi",

0 commit comments

Comments
 (0)