Skip to content

Commit

Permalink
Updated version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 committed Oct 17, 2024
1 parent 81578ea commit e141264
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "e2e"
version = "1.1.0"
version = "1.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shopify_tools = { version = "1.1.0", path = "../shopify_tools" }
tari_payment_engine = { version = "1.1.0", path = "../tari_payment_engine", features = ["test_utils"] }
tari_payment_server = { version = "1.1.0", path = "../tari_payment_server" }
tpg_common = { version = "1.1.0", path = "../tpg_common" }
shopify_tools = { version = "1.2.0", path = "../shopify_tools" }
tari_payment_engine = { version = "1.2.0", path = "../tari_payment_engine", features = ["test_utils"] }
tari_payment_server = { version = "1.2.0", path = "../tari_payment_server" }
tpg_common = { version = "1.2.0", path = "../tpg_common" }

log = "0.4.21"
tari_common_types = {version = "1.3.1-pre.1", git = "https://github.com/tari-project/tari.git", package = "tari_common_types", tag = "v1.3.1-pre.1" }
Expand Down
4 changes: 2 additions & 2 deletions shopify_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "shopify_tools"
version = "1.1.0"
version = "1.2.0"
edition = "2021"

[dependencies]
tpg_common = { version = "1.1.0", path = "../tpg_common" }
tpg_common = { version = "1.2.0", path = "../tpg_common" }
chrono = { version = "0.4.31", features = ["serde"] }
graphql-parser = "0.4.0"
log = "0.4.21"
Expand Down
4 changes: 2 additions & 2 deletions tari_payment_engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "tari_payment_engine"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
description = "Database backend for Tari payment gateway"

[dependencies]
tpg_common = { version = "1.1.0", path = "../tpg_common" }
tpg_common = { version = "1.2.0", path = "../tpg_common" }

blake2 = "0.10.6"
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down
8 changes: 4 additions & 4 deletions tari_payment_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_payment_server"
version = "1.1.0"
version = "1.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,9 +12,9 @@ shopify = ["shopify_tools"]


[dependencies]
shopify_tools = { version = "1.1.0", path = "../shopify_tools", optional = true }
tpg_common = { version = "1.1.0", path = "../tpg_common" }
tari_payment_engine = { version = "1.1.0", path = "../tari_payment_engine" }
shopify_tools = { version = "1.2.0", path = "../shopify_tools", optional = true }
tpg_common = { version = "1.2.0", path = "../tpg_common" }
tari_payment_engine = { version = "1.2.0", path = "../tari_payment_engine" }

actix-jwt-auth-middleware = { version = "0.5.0", git = "https://github.com/cjs77/actix-jwt-auth-middleware.git", branch = "master" }
actix-http = "3.8.0"
Expand Down
10 changes: 5 additions & 5 deletions taritools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "taritools"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["CjS <https://y.at/👁️👃👁️>"]

[dependencies]
shopify_tools = { version = "1.1.0", path = "../shopify_tools" }
tari_payment_server = { version = "1.1.0", path = "../tari_payment_server"}
tari_payment_engine = { version = "1.1.0", path = "../tari_payment_engine"}
tpg_common = { version = "1.1.0", path = "../tpg_common"}
shopify_tools = { version = "1.2.0", path = "../shopify_tools" }
tari_payment_server = { version = "1.2.0", path = "../tari_payment_server"}
tari_payment_engine = { version = "1.2.0", path = "../tari_payment_engine"}
tpg_common = { version = "1.2.0", path = "../tpg_common"}

anyhow = "1.0.44"
blake2 = "0.10.6"
Expand Down
2 changes: 1 addition & 1 deletion tpg_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tpg_common"
version = "1.1.0"
version = "1.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit e141264

Please sign in to comment.