From 998a04645ddc3550c4a65624019078c9ef32dede Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 9 Dec 2021 15:10:38 +0700 Subject: Use commit hash in `html_logo_url` --- futures/src/lib.rs | 2 +- glow/src/lib.rs | 2 +- glutin/src/lib.rs | 2 +- graphics/src/lib.rs | 2 +- native/src/lib.rs | 2 +- src/lib.rs | 2 +- style/src/lib.rs | 2 +- web/src/lib.rs | 2 +- wgpu/src/lib.rs | 2 +- winit/src/lib.rs | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/futures/src/lib.rs b/futures/src/lib.rs index e4e89aed..92c4b3d3 100644 --- a/futures/src/lib.rs +++ b/futures/src/lib.rs @@ -2,7 +2,7 @@ //! //! ![The foundations of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true) #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/glow/src/lib.rs b/glow/src/lib.rs index 1371790f..362933d4 100644 --- a/glow/src/lib.rs +++ b/glow/src/lib.rs @@ -5,7 +5,7 @@ //! [`glow`]: https://github.com/grovesNL/glow //! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/glutin/src/lib.rs b/glutin/src/lib.rs index 7d5779a6..a57acf84 100644 --- a/glutin/src/lib.rs +++ b/glutin/src/lib.rs @@ -5,7 +5,7 @@ //! [`iced`]: https://github.com/hecrj/iced //! [`glutin`]: https://github.com/rust-windowing/glutin #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/graphics/src/lib.rs b/graphics/src/lib.rs index e0d8b6fc..b3be62af 100644 --- a/graphics/src/lib.rs +++ b/graphics/src/lib.rs @@ -5,7 +5,7 @@ //! //! [`iced`]: https://github.com/hecrj/iced #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/native/src/lib.rs b/native/src/lib.rs index 8905dd5f..950454ce 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -29,7 +29,7 @@ //! [`raw-window-handle`]: https://github.com/rust-windowing/raw-window-handle //! [renderer]: crate::renderer #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/src/lib.rs b/src/lib.rs index 31cbeaef..1ca07e80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -172,7 +172,7 @@ //! [Elm]: https://elm-lang.org/ //! [The Elm Architecture]: https://guide.elm-lang.org/architecture/ #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/style/src/lib.rs b/style/src/lib.rs index 7a496f5f..fb94ac43 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -5,7 +5,7 @@ //! //! ![The foundations of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true) #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] pub use iced_core::{Background, Color}; diff --git a/web/src/lib.rs b/web/src/lib.rs index 8a8198dc..70dc087e 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -51,7 +51,7 @@ //! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen //! [`tour` example]: https://github.com/hecrj/iced/tree/0.3/examples/tour #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 3a8c3bed..d7b630d6 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -21,7 +21,7 @@ //! [WebGPU API]: https://gpuweb.github.io/gpuweb/ //! [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] diff --git a/winit/src/lib.rs b/winit/src/lib.rs index f1b9c71c..b31adf6e 100644 --- a/winit/src/lib.rs +++ b/winit/src/lib.rs @@ -15,7 +15,7 @@ //! [`winit`]: https://github.com/rust-windowing/winit //! [`conversion`]: crate::conversion #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] #![deny(missing_docs)] #![deny(missing_debug_implementations)] -- cgit