Skip to content

Commit cb5d745

Browse files
committed
release(aura): Beta 3
1 parent ec9f405 commit cb5d745

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rust/aura-pm/Cargo.toml

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

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

2020
alpm = "3.0"
21-
alpm-utils = "3.0"
2221
clap = { version = "4.4", features = ["derive"] }
2322
colored = "2.0"
2423
curl = "0.4"

rust/aura-pm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Since this crate is still in the Alpha phase, you'll need to specify the version
1010
yourself when installing it via `cargo`:
1111

1212
```
13-
cargo install aura-pm --version 4.0.0-beta02
13+
cargo install aura-pm --version 4.0.0-beta03
1414
```

0 commit comments

Comments
 (0)