diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -294,7 +294,7 @@ checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" [[package]] name = "fj" -version = "0.0.1" +version = "0.0.4" dependencies = [ "auth-git2", "clap", @@ -1,6 +1,6 @@ [package] name = "fj" -version = "0.0.1" +version = "0.0.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,7 +15,7 @@ Install with `cargo install` ``` # Latest version -cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --tag v0.0.3 +cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --tag v0.0.4 # From `main` cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --branch main ``` |