diff --git a/Cargo.lock b/Cargo.lock index f210874..35e00e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -697,7 +697,7 @@ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" [[package]] name = "hayabusa" -version = "0.3.8" +version = "0.3.9" dependencies = [ "base64", "clap", @@ -1403,9 +1403,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.99" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56b3997d62ff36d1d0e5616f1e00c4b071680eb3769d56102663c1f0886971e1" +checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 6277ace..1a566aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hayabusa" -version = "0.3.8" +version = "0.3.9" edition = "2021" license = "AGPL-3.0-or-later" license-file = "LICENSE.md" diff --git a/README.md b/README.md index ea9b0ad..166476c 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,6 @@ break something. Finished! You can now run `hayabusa` to run the program. -## Uninstallation -- Inside the repository, run `sudo make uninstall` - -Finished! The program is now uninstalled. - ## Usage You will need to have the daemon running in the background before making a request with the user facing binary. It is recommended to use a systemd