Skip to content

Commit

Permalink
fix versions to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Feb 7, 2024
1 parent 9a7fcd6 commit 8c8f6b8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 hash_domains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/libtor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_libtor"
version = "0.24.0"
version = "1.0.0-pre.8"
edition = "2021"
license = "BSD-3-Clause"

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/tari_script/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 8c8f6b8

Please sign in to comment.