diff options
author | 2022-08-04 03:59:21 +0200 | |
---|---|---|
committer | 2022-08-04 03:59:21 +0200 | |
commit | 1b4f38c71f6e05e26599ee75ea9c91dde96e71ae (patch) | |
tree | 2063d92a7e3076b5bfe7d7c1c95d874eabc000de /examples/websocket | |
parent | 7021b940c29a037374288c0d771c0f6e8f4ae231 (diff) | |
download | iced-1b4f38c71f6e05e26599ee75ea9c91dde96e71ae.tar.gz iced-1b4f38c71f6e05e26599ee75ea9c91dde96e71ae.tar.bz2 iced-1b4f38c71f6e05e26599ee75ea9c91dde96e71ae.zip |
Bump `websocket` example version to fix `audit` workflow
Diffstat (limited to 'examples/websocket')
-rw-r--r-- | examples/websocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <hector0193@gmail.com>"] edition = "2021" publish = false |