From 1b4f38c71f6e05e26599ee75ea9c91dde96e71ae Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 4 Aug 2022 03:59:21 +0200 Subject: Bump `websocket` example version to fix `audit` workflow --- examples/websocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/websocket/Cargo.toml b/examples/websocket/Cargo.toml index db131dd7..327b8324 100644 --- a/examples/websocket/Cargo.toml +++ b/examples/websocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websocket" -version = "0.1.0" +version = "1.0.0" authors = ["Héctor Ramón Jiménez "] edition = "2021" publish = false -- cgit