Skip to content

Commit 14abb19

Browse files
committed
update to 0.8.5
Signed-off-by: Owen Zimmerman <owen@fyralabs.com>
1 parent 434d156 commit 14abb19

7 files changed

Lines changed: 62 additions & 60 deletions

File tree

Cargo.lock

Lines changed: 54 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cargo workspace
22
[package]
33
name = "anda"
4-
version = "0.8.4"
4+
version = "0.8.5"
55
edition = "2021"
66
description = "Andaman Build toolchain"
77
license = "MIT"
@@ -29,7 +29,7 @@ color-eyre = { workspace = true }
2929
walkdir = "2.5.0"
3030
tempfile = "3.27.0"
3131
anda-config = { workspace = true }
32-
andax = { path = "./andax", version = "0.8.4" }
32+
andax = { path = "./andax", version = "0.8.5" }
3333
flatpak = "0.18.1"
3434
clap-verbosity-flag = "3.0.4"
3535
tokio = { version = "1.52.3", features = [
@@ -60,7 +60,7 @@ workspace = true
6060
members = ["anda-config", "xtask", "andax"]
6161

6262
[workspace.dependencies]
63-
anda-config = { path = "./anda-config", version = "0.8.4" }
63+
anda-config = { path = "./anda-config", version = "0.8.5" }
6464
serde = { version = "1.0", default-features = false, features = ["derive"] }
6565
lazy_static = "1.5"
6666
regex = "1.13.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Alternatively you can also manually download the sources from GitHub:
1717
```sh
1818
git clone https://github.com/FyraLabs/anda
1919
cd anda
20-
git checkout 0.8.4
20+
git checkout 0.8.5
2121
cargo install --path .
2222
```
2323

anda-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anda-config"
33
description = "Configuration module for Andaman"
4-
version = "0.8.4"
4+
version = "0.8.5"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/FyraLabs/anda"

anda-git.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Work around a bug in rustc 1.95.0 with GCC
22
%global toolchain clang
33
%global crate anda
4-
%global _version 0.8.4
4+
%global _version 0.8.5
55

66
Name: anda
77
Version: %{_version}^%{autogitversion}

anda.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global crate anda
44

55
Name: anda
6-
Version: 0.8.4
6+
Version: 0.8.5
77
Release: 1%{?dist}
88
Summary: Andaman Build toolchain
99
SourceLicense: MIT

andax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "andax"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
edition = "2021"
55
license = "MIT"
66
description = "Andaman scripting runtime"

0 commit comments

Comments
 (0)