Skip to content

Commit 01f69e9

Browse files
committed
Release 1.0.108
1 parent 62d0aed commit 01f69e9

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.107" # don't forget to update html_root_url and syn.json
3+
version = "1.0.108" # don't forget to update html_root_url and syn.json
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
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.107")]
253+
#![doc(html_root_url = "https://docs.rs/syn/1.0.108")]
254254
#![cfg_attr(doc_cfg, feature(doc_cfg))]
255255
#![allow(non_camel_case_types)]
256256
#![allow(

syn.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)