From 5cdd7b9e83e81ed8a53c8f0afafe659e062f8269 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Wed, 1 Feb 2023 23:58:47 -0500 Subject: [PATCH] Update readme file name --- Cargo.toml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0622ac9..7c894be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "1.7.0" edition = "2021" authors = ["Kaan Barmore-Genç "] license = "MIT" -readme = "Readme.md" +readme = "README.md" repository = "https://github.com/SeriousBug/gandi-live-dns-rust" [profile.release] diff --git a/README.md b/README.md index 39ec2e3..80dd972 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,8 @@ Docker with `docker login`. Then follow these steps: - Create a release on Github - Make sure to create a tag for the release version on `master` - Upload the binary archives to the Github release -- Update the AUR version manually +- Update the AUR version +- Run `cargo publish` to update the crates.io version ## Alternatives