Skip to content

Commit

Permalink
release(aura): Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jun 10, 2024
1 parent ec9f405 commit e1b3fbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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-beta02"
version = "4.0.0-beta03"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "Install and manage Arch Linux packages."
Expand All @@ -14,11 +14,10 @@ name = "aura"
path = "src/main.rs"

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

alpm = "3.0"
alpm-utils = "3.0"
clap = { version = "4.4", features = ["derive"] }
colored = "2.0"
curl = "0.4"
Expand Down

0 comments on commit e1b3fbd

Please sign in to comment.