Skip to content

Commit

Permalink
switched tesseract to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Dec 8, 2023
1 parent c9b004a commit 9431932
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9431932

Please sign in to comment.