Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle committed Nov 16, 2023
1 parent c9e3647 commit 4010387
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ moat-core={ path = "../moat-core" }
license-provider = { path = "../license-provider" }

[dev-dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
zk-citadel = "0.5"
phoenix-core = { version = "0.21", features = ["alloc"] }
poseidon-merkle = { version = "0.3", features = ["rkyv-impl"] }
Expand Down
2 changes: 1 addition & 1 deletion license-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
zk-citadel = "0.5"
moat-core={ path = "../moat-core" }
wallet-accessor = { path = "../wallet-accessor" }
Expand Down
2 changes: 1 addition & 1 deletion moat-cli-lp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
wallet-accessor = { path = "../wallet-accessor" }
moat-core = { path = "../moat-core" }
dusk-pki = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion moat-cli-sp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
wallet-accessor = { path = "../wallet-accessor" }
moat-core = { path = "../moat-core" }
rkyv = { version = "=0.7.39" }
Expand Down
2 changes: 1 addition & 1 deletion moat-cli-user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
wallet-accessor = { path = "../wallet-accessor" }
moat-core = { path = "../moat-core" }
zk-citadel = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion moat-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tokio-tungstenite = { version = "0.19", default-features = false, features = ["c
futures = "0.3"
futures-core = "0.3"
futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] }
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
wallet-accessor = { path = "../wallet-accessor" }
zk-citadel = "0.5"
dusk-plonk = { version = "0.16", default-features = false, features = ["rkyv-impl", "alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion testing-utils/test-moat-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
wallet-accessor = { path = "../../wallet-accessor" }
moat-core = { path = "../../moat-core" }
license-provider = { path = "../../license-provider" }
Expand Down
2 changes: 1 addition & 1 deletion testing-utils/test-moat-request/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
wallet-accessor = { path = "../../wallet-accessor" }
moat-core = { path = "../../moat-core" }
toml-base-config = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion wallet-accessor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"}
dusk-wallet = "0.20.1-rc.0"
dusk-wallet-core = "0.22.0-plonk.0.16"
phoenix-core = { version = "0.21", features = ["alloc"] }
dusk-bls12_381 = "0.12"
Expand Down

0 comments on commit 4010387

Please sign in to comment.