Skip to content

Commit

Permalink
chore: align versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jun 24, 2024
1 parent 09418f3 commit 896c8d8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tracing-log = "0.2.0"
color-eyre = "0.6.2"
walkdir = "2.3.2"
tempfile = "3.10.1"
anda-config = { path = "./anda-config", version = "0.1.8" }
andax = { path = "./andax", version = "0.1.13" }
anda-config = { path = "./anda-config", version = "0.2.0" }
andax = { path = "./andax", version = "0.2.0" }
flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion anda-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anda-config"
description = "Configuration module for Andaman"
version = "0.1.9"
version = "0.2.0"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions andax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "andax"
version = "0.1.13"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "Andaman scripting runtime"
Expand All @@ -17,7 +17,7 @@ tracing = "0.1.37"
color-eyre = "0.6.2"
smartstring = "1.0.1"
tempfile = "3.10.1"
anda-config = { version = "0.1.6", path = "../anda-config" }
anda-config = { version = "0.2.0", path = "../anda-config" }
rhai-fs = "0.1.2"
rhai-url = "0.0.5"
hcl-rs = "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 896c8d8

Please sign in to comment.