Skip to content

Commit

Permalink
release(aura): RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jul 3, 2024
1 parent 0d4ebf4 commit e2c790d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/aura-pm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aura-pm"
version = "4.0.0-beta04"
version = "4.0.0-rc1"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "Install and manage Arch Linux packages."
Expand All @@ -14,7 +14,7 @@ name = "aura"
path = "src/main.rs"

[dependencies]
aura-core = { version = "0.6", path = "../aura-core" }
aura-core = { version = "0.7", path = "../aura-core" }
r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" }

alpm = "3.0"
Expand Down
6 changes: 3 additions & 3 deletions rust/aura-pm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Guide](https://fosskers.github.io/aura/).

## Installation

Since this crate is still in the Beta phase, you'll need to specify the version
yourself when installing it via `cargo`:
Since this crate is still only a Release Candidate, you'll need to specify the
version yourself when installing it via `cargo`:

```
cargo install aura-pm --version 4.0.0-beta04
cargo install aura-pm --version 4.0.0-rc1
```

0 comments on commit e2c790d

Please sign in to comment.