Commit cc50e29 1 parent 56ba5f0 commit cc50e29 Copy full SHA for cc50e29
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quote"
3
- version = " 1.0.3 " # don't forget to update html_root_url, version in readme for breaking changes
3
+ version = " 1.0.4 " # don't forget to update html_root_url, version in readme for breaking changes
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Quasi-quoting macro quote!(...)"
Original file line number Diff line number Diff line change 75
75
#![ forbid( unsafe_code) ]
76
76
77
77
// Quote types in rustdoc of other crates get linked to here.
78
- #![ doc( html_root_url = "https://docs.rs/quote/1.0.3 " ) ]
78
+ #![ doc( html_root_url = "https://docs.rs/quote/1.0.4 " ) ]
79
79
80
80
#[ cfg( all(
81
81
not( all( target_arch = "wasm32" , target_os = "unknown" ) ) ,
You can’t perform that action at this time.
0 commit comments