Skip to content

Commit

Permalink
feat: bump to version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon committed Apr 19, 2024
1 parent a6683e2 commit ab66166
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ members = ["crates/ash_cli", "crates/ash_sdk"]
resolver = "2"

[workspace.package]
version = "0.4.3-rc.1"
version = "0.4.3"
edition = "2021"
authors = ["E36 Knots"]
homepage = "https://ash.center"
documentation = "https://ash.center/docs/toolkit/ash-rs/introduction"
license = "BSD-3-Clause"
repository = "https://github.com/AshAvalanche/ash-rs"
categories = [
"command-line-utilities",
"cryptography::cryptocurrencies",
"data-structures",
"command-line-utilities",
"cryptography::cryptocurrencies",
"data-structures",
]
keywords = ["blockchain", "avalanche", "subnets", "ash"]
2 changes: 1 addition & 1 deletion crates/ash_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories.workspace = true
keywords.workspace = true

[dependencies]
ash_sdk = { path = "../ash_sdk", version = "0.4.3-rc.1" }
ash_sdk = { path = "../ash_sdk", version = "0.4.3" }
clap = { version = "4.0.32", features = ["derive", "env", "cargo", "string"] }
colored = "2.0.0"
exitcode = "1.1.2"
Expand Down

0 comments on commit ab66166

Please sign in to comment.