Skip to content

Commit

Permalink
Release 1.0.107
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 18, 2022
1 parent d8690f2 commit 4168f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn"
version = "1.0.106" # don't forget to update html_root_url and syn.json
version = "1.0.107" # don't forget to update html_root_url and syn.json
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
description = "Parser for Rust source code"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -250,7 +250,7 @@
//! dynamic library libproc_macro from rustc toolchain.

// Syn types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/syn/1.0.106")]
#![doc(html_root_url = "https://docs.rs/syn/1.0.107")]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![allow(non_camel_case_types)]
#![allow(
Expand Down
2 changes: 1 addition & 1 deletion syn.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4168f6b

Please sign in to comment.