From 9431932cd1b772e9c4c18ebe130489c7e506d81f Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Fri, 8 Dec 2023 15:50:43 +0000 Subject: [PATCH] switched tesseract to master branch --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4d1b02..85239f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,9 +20,9 @@ async-trait = "0.1" cbindgen = "0.26" errorcon = "0.1" log = "0.4" -tesseract = { git = "https://github.com/tesseract-one/Tesseract.rs.git", branch = "dapp-fixes" } -tesseract-protocol-test = { git = "https://github.com/tesseract-one/Tesseract.rs.git", branch = "dapp-fixes" } -tesseract-protocol-substrate = { git = "https://github.com/tesseract-one/Tesseract.rs.git", branch = "dapp-fixes" } +tesseract = { git = "https://github.com/tesseract-one/Tesseract.rs.git", branch = "master" } +tesseract-protocol-test = { git = "https://github.com/tesseract-one/Tesseract.rs.git", branch = "master" } +tesseract-protocol-substrate = { git = "https://github.com/tesseract-one/Tesseract.rs.git", branch = "master" } [profile.release] strip = true