Skip to content

Commit 97e79f5

Browse files
committed
Fix html_root_url of syn-codegen crate
1 parent fe5e162 commit 97e79f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! }
4545
//! ```
4646
47-
#![doc(html_root_url = "https://docs.rs/syn-codegen/0.2.0")]
47+
#![doc(html_root_url = "https://docs.rs/syn-codegen/0.3.0")]
4848

4949
use indexmap::IndexMap;
5050
use semver::Version;

0 commit comments

Comments
 (0)