Skip to content

Commit

Permalink
release(aura): Alpha 12
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Mar 18, 2024
1 parent ef208b7 commit 68a1c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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-alpha11"
version = "4.0.0-alpha012"
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.2", path = "../aura-core" }
aura-core = { version = "0.3", path = "../aura-core" }
r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" }

alpm = "3.0"
Expand Down

0 comments on commit 68a1c52

Please sign in to comment.