Fix #14

Merged
phoenix merged 4 commits from fix into main 2026-07-04 20:59:05 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 41b8352b3a - Show all commits
Generated
+1 -1
View File
@@ -2067,7 +2067,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "swoosh" name = "swoosh"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"base64-ng", "base64-ng",
"reqwest", "reqwest",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "swoosh" name = "swoosh"
version = "0.5.0" version = "0.5.1"
edition = "2024" edition = "2024"
rust-version = "1.96" rust-version = "1.96"
description = "Library to send text messages" description = "Library to send text messages"