Skip to content

Commit

Permalink
fix release cross
Browse files Browse the repository at this point in the history
  • Loading branch information
gofmanaa committed Jun 25, 2024
1 parent a2257e3 commit 85708c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tonic = { version = "0.9", default-features = false, features = ["tls", "gzip"]
tokio = { version = "1.38.0", features = ["full"] }
dirs = "5.0.1"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
mamoru-chain-client = { git = "ssh://git@github.com/Mamoru-Foundation/mamoru-core.git", rev = "7b6d4612cb8fc452eb87dd00f54104b1095c3f64"}
mamoru-chain-client = { git = "https://github.com/Mamoru-Foundation/mamoru-core.git", rev = "7b6d4612cb8fc452eb87dd00f54104b1095c3f64"}
#mamoru-chain-client = { path = "../mamoru-core/chain-client"}
cred-store = { path = "cred-store" }
serde_yaml = "0.9.34"
Expand Down

0 comments on commit 85708c7

Please sign in to comment.