Skip to content

Commit 9b41da7

Browse files
authored
Merge pull request #2 from chmod77/tests/fix-failing-tests
chore: update for release
2 parents f7575a0 + fed4cb8 commit 9b41da7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
22
.env
3+
.DS*

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pusher-rs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["chmod77 <[email protected]>"]
66
description = "A bullet-proof Rust crate for interacting with the Pusher Channels HTTP/WS API"

0 commit comments

Comments
 (0)