Skip to content

Commit e2c790d

Browse files
committed
release(aura): RC1
1 parent 0d4ebf4 commit e2c790d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/aura-pm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura-pm"
3-
version = "4.0.0-beta04"
3+
version = "4.0.0-rc1"
44
authors = ["Colin Woodbury <[email protected]>"]
55
edition = "2021"
66
description = "Install and manage Arch Linux packages."
@@ -14,7 +14,7 @@ name = "aura"
1414
path = "src/main.rs"
1515

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

2020
alpm = "3.0"

rust/aura-pm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Guide](https://fosskers.github.io/aura/).
66

77
## Installation
88

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

1212
```
13-
cargo install aura-pm --version 4.0.0-beta04
13+
cargo install aura-pm --version 4.0.0-rc1
1414
```

0 commit comments

Comments
 (0)