Skip to content

Commit 4552057

Browse files
committed
Release 2.0.99
1 parent f4d8f0e commit 4552057

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 = "2.0.98"
3+
version = "2.0.99"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
//! dynamic library libproc_macro from rustc toolchain.
250250
251251
// Syn types in rustdoc of other crates get linked to here.
252-
#![doc(html_root_url = "https://docs.rs/syn/2.0.98")]
252+
#![doc(html_root_url = "https://docs.rs/syn/2.0.99")]
253253
#![cfg_attr(docsrs, feature(doc_cfg))]
254254
#![deny(unsafe_op_in_unsafe_fn)]
255255
#![allow(non_camel_case_types)]

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)