diff --git a/Cargo.lock b/Cargo.lock index 5e03749b22..e77795b755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5888,7 +5888,7 @@ version = "1.0.0-pre.8" [[package]] name = "tari_hash_domains" -version = "0.1.0" +version = "1.0.0-pre.8" dependencies = [ "tari_crypto", ] @@ -5978,7 +5978,7 @@ dependencies = [ [[package]] name = "tari_libtor" -version = "0.24.0" +version = "1.0.0-pre.8" dependencies = [ "derivative", "libtor", @@ -5993,7 +5993,7 @@ dependencies = [ [[package]] name = "tari_metrics" -version = "0.1.0" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "futures 0.3.29", @@ -6063,7 +6063,7 @@ dependencies = [ [[package]] name = "tari_script" -version = "0.12.0" +version = "1.0.0-pre.8" dependencies = [ "blake2", "borsh", diff --git a/hash_domains/Cargo.toml b/hash_domains/Cargo.toml index 28b7a1f3d8..798ac6acc0 100644 --- a/hash_domains/Cargo.toml +++ b/hash_domains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_hash_domains" -version = "0.1.0" +version = "1.0.0-pre.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/infrastructure/libtor/Cargo.toml b/infrastructure/libtor/Cargo.toml index 05fc389a8f..ce10f58618 100644 --- a/infrastructure/libtor/Cargo.toml +++ b/infrastructure/libtor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_libtor" -version = "0.24.0" +version = "1.0.0-pre.8" edition = "2021" license = "BSD-3-Clause" diff --git a/infrastructure/metrics/Cargo.toml b/infrastructure/metrics/Cargo.toml index 2ccbf6959f..43815e4f4d 100644 --- a/infrastructure/metrics/Cargo.toml +++ b/infrastructure/metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_metrics" description = "Tari metrics" -version = "0.1.0" +version = "1.0.0-pre.8" edition = "2021" authors = ["The Tari Development Community"] repository = "https://github.com/tari-project/tari" diff --git a/infrastructure/tari_script/Cargo.toml b/infrastructure/tari_script/Cargo.toml index 31f1777dae..ef883ebcb0 100644 --- a/infrastructure/tari_script/Cargo.toml +++ b/infrastructure/tari_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_script" -version = "0.12.0" +version = "1.0.0-pre.8" edition = "2021" description = "Tari script library" authors = ["The Tari Development Community"]