Skip to content

Commit

Permalink
Fix html_root_url of syn-codegen crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 3, 2023
1 parent fe5e162 commit 97e79f5
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0")]
#![doc(html_root_url = "https://docs.rs/syn-codegen/0.3.0")]

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

0 comments on commit 97e79f5

Please sign in to comment.