Compare commits

..
Author SHA1 Message Date
phoenix 1aa2c5870c Updating package name (#7)
Release Tagging / release (push) Successful in 40s
swoosh Build / Rustfmt (push) Successful in 37s
swoosh Build / Check (push) Successful in 1m37s
swoosh Build / Test Suite (push) Successful in 2m14s
swoosh Build / Clippy (push) Successful in 1m13s
swoosh Build / build (push) Successful in 1m24s
Reviewed-on: #7
2026-06-13 12:33:21 -04:00
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1573,7 +1573,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "swoosh" name = "swoosh"
version = "0.3.2" version = "0.3.3"
dependencies = [ dependencies = [
"base64-ng", "base64-ng",
"const_format", "const_format",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "swoosh" name = "swoosh"
version = "0.3.2" version = "0.3.3"
edition = "2024" edition = "2024"
rust-version = "1.95" rust-version = "1.95"
description = "Library to send text messages" description = "Library to send text messages"