Skip to content

Commit 469d82c

Browse files
committed
release(aura): Beta 4
1 parent 8552152 commit 469d82c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/aura-pm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura-pm"
3-
version = "4.0.0-beta03"
3+
version = "4.0.0-beta04"
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.5", path = "../aura-core" }
17+
aura-core = { version = "0.6", path = "../aura-core" }
1818
r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" }
1919

2020
alpm = "3.0"

0 commit comments

Comments
 (0)