Skip to content

Commit

Permalink
Release syn-codegen 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 3, 2023
1 parent 97e79f5 commit 1c1c2f0
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.3.0" # also update html_root_url
version = "0.3.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.3.0")]
#![doc(html_root_url = "https://docs.rs/syn-codegen/0.3.1")]

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

0 comments on commit 1c1c2f0

Please sign in to comment.