Skip to content

Commit

Permalink
release(core): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Nov 2, 2022
1 parent b5d10ab commit 6893c53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/aura-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aura-core"
version = "0.1.0"
version = "0.1.1"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "Core types and logic for extended Arch Linux package managers."
Expand Down
2 changes: 1 addition & 1 deletion rust/aura-pm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "aura"
path = "src/main.rs"

[dependencies]
aura-core = { version = "0.1", path = "../aura-core" }
aura-core = { version = "0.1.1", path = "../aura-core" }
r2d2-alpm = { version = "0.1", path = "../r2d2-alpm" }

alpm = "2.2"
Expand Down

0 comments on commit 6893c53

Please sign in to comment.