Skip to content

Commit

Permalink
Showing 3 changed files with 148 additions and 325 deletions.
469 changes: 146 additions & 323 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
members = ["crates/ash_cli", "crates/ash_sdk"]

[workspace.package]
version = "0.1.3"
version = "0.2.0"
edition = "2021"
authors = ["E36 Knots"]
homepage = "https://ash.center"
2 changes: 1 addition & 1 deletion crates/ash_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ categories.workspace = true
keywords.workspace = true

[dependencies]
ash_sdk = { path = "../ash_sdk", version = "0.1.3" }
ash_sdk = { path = "../ash_sdk", version = "0.2.0" }
clap = { version = "4.0.32", features = ["derive", "env"] }
colored = "2.0.0"
exitcode = "1.1.2"

0 comments on commit fcef3dd

Please sign in to comment.