Skip to content

Commit 3d01fc3

Browse files
committed
Release 1.0.100
1 parent 308d77b commit 3d01fc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syn"
3-
version = "1.0.99" # don't forget to update html_root_url and syn.json
3+
version = "1.0.100" # don't forget to update html_root_url and syn.json
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
66
description = "Parser for Rust source code"

src/lib.rs

Lines changed: 1 addition & 1 deletion
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.99")]
253+
#![doc(html_root_url = "https://docs.rs/syn/1.0.100")]
254254
#![cfg_attr(doc_cfg, feature(doc_cfg))]
255255
#![allow(non_camel_case_types)]
256256
#![allow(

syn.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)