Skip to content

Commit f13df94

Browse files
committed
Updated version to v1.1.0
1 parent 38c48fa commit f13df94

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

e2e/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "e2e"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55

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

88
[dependencies]
9-
shopify_tools = { version = "1.0.0", path = "../shopify_tools" }
10-
tari_payment_engine = { version = "1.0.0", path = "../tari_payment_engine", features = ["test_utils"] }
11-
tari_payment_server = { version = "1.0.0", path = "../tari_payment_server" }
12-
tpg_common = { version = "1.0.0", path = "../tpg_common" }
9+
shopify_tools = { version = "1.1.0", path = "../shopify_tools" }
10+
tari_payment_engine = { version = "1.1.0", path = "../tari_payment_engine", features = ["test_utils"] }
11+
tari_payment_server = { version = "1.1.0", path = "../tari_payment_server" }
12+
tpg_common = { version = "1.1.0", path = "../tpg_common" }
1313

1414
log = "0.4.21"
1515
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" }

shopify_tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "shopify_tools"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
tpg_common = { version = "1.0.0", path = "../tpg_common" }
7+
tpg_common = { version = "1.1.0", path = "../tpg_common" }
88
chrono = { version = "0.4.31", features = ["serde"] }
99
graphql-parser = "0.4.0"
1010
log = "0.4.21"

tari_payment_engine/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "tari_payment_engine"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
description = "Database backend for Tari payment gateway"
66

77
[dependencies]
8-
tpg_common = { version = "1.0.0", path = "../tpg_common" }
8+
tpg_common = { version = "1.1.0", path = "../tpg_common" }
99

1010
blake2 = "0.10.6"
1111
chrono = { version = "0.4.31", features = ["serde"] }

tari_payment_server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tari_payment_server"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55

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

1313

1414
[dependencies]
15-
shopify_tools = { version = "1.0.0", path = "../shopify_tools", optional = true }
16-
tpg_common = { version = "1.0.0", path = "../tpg_common" }
17-
tari_payment_engine = { version = "1.0.0", path = "../tari_payment_engine" }
15+
shopify_tools = { version = "1.1.0", path = "../shopify_tools", optional = true }
16+
tpg_common = { version = "1.1.0", path = "../tpg_common" }
17+
tari_payment_engine = { version = "1.1.0", path = "../tari_payment_engine" }
1818

1919
actix-jwt-auth-middleware = { version = "0.5.0", git = "https://github.com/cjs77/actix-jwt-auth-middleware.git", branch = "master" }
2020
actix-http = "3.8.0"

taritools/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "taritools"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["CjS <https://y.at/👁️👃👁️>"]
66

77
[dependencies]
8-
shopify_tools = { version = "1.0.0", path = "../shopify_tools" }
9-
tari_payment_server = { version = "1.0.0", path = "../tari_payment_server"}
10-
tari_payment_engine = { version = "1.0.0", path = "../tari_payment_engine"}
11-
tpg_common = { version = "1.0.0", path = "../tpg_common"}
8+
shopify_tools = { version = "1.1.0", path = "../shopify_tools" }
9+
tari_payment_server = { version = "1.1.0", path = "../tari_payment_server"}
10+
tari_payment_engine = { version = "1.1.0", path = "../tari_payment_engine"}
11+
tpg_common = { version = "1.1.0", path = "../tpg_common"}
1212

1313
anyhow = "1.0.44"
1414
blake2 = "0.10.6"

tpg_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tpg_common"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)