crates.io things

This commit is contained in:
ghaisan
2024-10-05 22:46:15 +07:00
parent 9c4cd1b67e
commit b0492aca2e
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -10,7 +10,7 @@ checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
[[package]]
name = "morse_rs"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"hound",
]
+1 -1
View File
@@ -2,7 +2,7 @@
name = "morse_rs"
description = "A simple morse code translator, with the abilty to write to WAV files using Hound."
license = "MIT"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[dependencies]
+1 -1
View File
@@ -13,7 +13,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
morse_rs = "0.1"
morse_rs = "0.1.2"
```
## Usage