From fed4cb87ea79b2db1e9415cde4e5653118cba6f3 Mon Sep 17 00:00:00 2001 From: chmod77 Date: Sun, 1 Sep 2024 01:32:09 +0300 Subject: [PATCH] chore: update for release --- .gitignore | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fedaa2b..58ecce6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target .env +.DS* diff --git a/Cargo.lock b/Cargo.lock index f65b447..f6866ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,7 +908,7 @@ dependencies = [ [[package]] name = "pusher-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aes", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5a76f5e..9a2e475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pusher-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["chmod77 "] description = "A bullet-proof Rust crate for interacting with the Pusher Channels HTTP/WS API"