Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Oct 19, 2023
1 parent 9dc869e commit 8d6678e
Show file tree
Hide file tree
Showing 28 changed files with 54 additions and 54 deletions.
54 changes: 27 additions & 27 deletions 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 applications/tari_dan_app_utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_app_utilities"
version = "0.0.1"
version = "0.0.2"
authors = ["The Tari Development Community"]
edition = "2021"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_dan_wallet_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The Tari DAN wallet CLI"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_dan_wallet_daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The Tari DAN wallet daemon"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The Tari DAN indexer implementation"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_scaffolder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_scaffolder"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_validator_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The Tari validator node implementation"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_validator_node_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The Tari validator node CLI"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clients/tari_indexer_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_indexer_client"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari indexer client library"
Expand Down
2 changes: 1 addition & 1 deletion clients/validator_node_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_validator_node_client"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari validator node client library"
Expand Down
2 changes: 1 addition & 1 deletion clients/wallet_daemon_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_wallet_daemon_client"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari wallet daemon client library"
Expand Down
2 changes: 1 addition & 1 deletion comms/tari_comms_logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_comms_logging"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Debugging tool that logs all network messages in a SQLite database"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/common_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_common_types"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "BSD-3-Clause"

Expand Down
2 changes: 1 addition & 1 deletion dan_layer/engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_engine"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari template runtime engine"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/engine_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_engine_types"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Shared Tari engine data types"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_storage"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "BSD-3-Clause"

Expand Down
2 changes: 1 addition & 1 deletion dan_layer/storage_lmdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_storage_lmdb"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "LMDB implementation of the Tari Storage API"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/storage_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_storage_sqlite"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "BSD-3-Clause"

Expand Down
2 changes: 1 addition & 1 deletion dan_layer/tari_bor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_bor"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "The binary object representation (BOR) crate provides a binary encoding for template/engine data types"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/template_abi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_template_abi"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Defines the low-level Tari engine ABI for WASM targets"
Expand Down
Loading

0 comments on commit 8d6678e

Please sign in to comment.