From c79cc2d2b3df99f69b048c68e503916c779a1102 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 13 Apr 2023 08:31:17 +0200 Subject: Bump versions :tada: --- native/src/subscription.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/subscription.rs') diff --git a/native/src/subscription.rs b/native/src/subscription.rs index 0ff5e320..115ffc42 100644 --- a/native/src/subscription.rs +++ b/native/src/subscription.rs @@ -229,7 +229,7 @@ where /// Check out the [`websocket`] example, which showcases this pattern to maintain a WebSocket /// connection open. /// -/// [`websocket`]: https://github.com/iced-rs/iced/tree/0.8/examples/websocket +/// [`websocket`]: https://github.com/iced-rs/iced/tree/0.9/examples/websocket pub fn channel( id: I, size: usize, -- cgit