Skip to content

Commit

Permalink
bump hdp to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed May 9, 2024
1 parent 679f637 commit 89243ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"

[dependencies]
rand = "0.8.4"
hdp-primitives = { git = "https://github.com/HerodotusDev/hdp.git", branch = "fix/sync-contract-server" }
hdp-core = { git = "https://github.com/HerodotusDev/hdp.git", branch = "fix/sync-contract-server" }
hdp-provider = { git = "https://github.com/HerodotusDev/hdp.git", branch = "fix/sync-contract-server" }
hdp-primitives = { git = "https://github.com/HerodotusDev/hdp.git", branch = "dev" }
hdp-core = { git = "https://github.com/HerodotusDev/hdp.git", branch = "dev" }
hdp-provider = { git = "https://github.com/HerodotusDev/hdp.git", branch = "dev" }
thiserror = "1.0.0"
dotenv = "0.15.0"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 89243ff

Please sign in to comment.