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