Skip to content

Commit

Permalink
Release syn-codegen 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 21, 2023
1 parent dd250f4 commit a171121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syn-codegen"
version = "0.4.0" # also update html_root_url
version = "0.4.1" # also update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "Syntax tree describing Syn's syntax tree"
Expand Down
2 changes: 1 addition & 1 deletion json/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/syn-codegen/0.4.0")]
#![doc(html_root_url = "https://docs.rs/syn-codegen/0.4.1")]

use indexmap::IndexMap;
use semver::Version;
Expand Down

0 comments on commit a171121

Please sign in to comment.