From b0492aca2e44eb47977b2fa6871ea2524964c073 Mon Sep 17 00:00:00 2001 From: ghaisan Date: Sat, 5 Oct 2024 22:46:15 +0700 Subject: [PATCH] crates.io things --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5cd226..706ed81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" [[package]] name = "morse_rs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "hound", ] diff --git a/Cargo.toml b/Cargo.toml index 373cd0e..139c3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 681547c..29fcf80 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -morse_rs = "0.1" +morse_rs = "0.1.2" ``` ## Usage