Skip to content

Commit 92b1129

Browse files
committedMar 9, 2021
Release 1.0.63
1 parent 8ca66e5 commit 92b1129

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.62" # don't forget to update html_root_url and syn.json
3+
version = "1.0.63" # don't forget to update html_root_url and syn.json
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.62")]
253+
#![doc(html_root_url = "https://docs.rs/syn/1.0.63")]
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.62",
2+
"version": "1.0.63",
33
"types": [
44
{
55
"ident": "Abi",

0 commit comments

Comments
 (0)