File tree Expand file tree Collapse file tree 8 files changed +0
-11
lines changed Expand file tree Collapse file tree 8 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ CRATES=( \
3333)
3434
3535for CRATE in " ${CRATES[@]} " ; do
36- # Update html_root_url attributes.
37- sed -i -E " s~html_root_url = \" https://docs\.rs/${TONIC_CRATE_MATCHER} /$VERSION_MATCHER \" ~html_root_url = \" https://docs.rs/\1/${VERSION} \" ~" \
38- " $DIR /$CRATE /src/lib.rs"
39-
4036 # Update documentation url in Cargo.toml
4137 sed -i -E " s~documentation = \" https://docs\.rs/$CRATE /$VERSION_MATCHER \" ~documentation = \" https://docs.rs/${CRATE} /${VERSION} \" ~" \
4238 " $DIR /$CRATE /Cargo.toml"
Original file line number Diff line number Diff line change 6464#![ doc(
6565 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
6666) ]
67- #![ doc( html_root_url = "https://docs.rs/tonic-build/0.13.0" ) ]
6867#![ doc( issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/" ) ]
6968#![ doc( test( no_crate_inject, attr( deny( rust_2018_idioms) ) ) ) ]
7069#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
Original file line number Diff line number Diff line change 99#![ doc(
1010 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
1111) ]
12- #![ doc( html_root_url = "https://docs.rs/tonic-health/0.13.0" ) ]
1312#![ doc( issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/" ) ]
1413#![ doc( test( no_crate_inject, attr( deny( rust_2018_idioms) ) ) ) ]
1514#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
Original file line number Diff line number Diff line change 33#![ doc(
44 html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png"
55) ]
6- #![ doc( html_root_url = "https://docs.rs/tonic-reflection/0.13.0" ) ]
76#![ doc( issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/" ) ]
87#![ doc( test( no_crate_inject, attr( deny( rust_2018_idioms) ) ) ) ]
98#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
Original file line number Diff line number Diff line change 143143#![ doc(
144144 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
145145) ]
146- #![ doc( html_root_url = "https://docs.rs/tonic-types/0.13.0" ) ]
147146#![ doc( issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/" ) ]
148147
149148mod generated {
Original file line number Diff line number Diff line change 6868//! [`tonic_web`]: https://github.com/hyperium/tonic
6969//! [grpc-web]: https://github.com/grpc/grpc-web
7070//! [tower]: https://github.com/tower-rs/tower
71- #![ doc( html_root_url = "https://docs.rs/tonic-web/0.13.0" ) ]
7271#![ doc( issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/" ) ]
7372
7473pub use call:: GrpcWebCall ;
Original file line number Diff line number Diff line change 22name = " tonic"
33# When releasing to crates.io:
44# - Remove path dependencies
5- # - Update html_root_url.
65# - Update doc url
76# - Cargo.toml
87# - README.md
Original file line number Diff line number Diff line change 9191#![ doc(
9292 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
9393) ]
94- #![ doc( html_root_url = "https://docs.rs/tonic/0.13.0" ) ]
9594#![ doc( issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/" ) ]
9695#![ doc( test( no_crate_inject, attr( deny( rust_2018_idioms) ) ) ) ]
9796#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments