Skip to content

Commit

Permalink
fix starcoin-config errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Oct 6, 2024
1 parent 723fa1f commit 40d2508
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 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 @@ -517,7 +517,7 @@ starcoin-chain-service = { path = "chain/service" }
starcoin-cmd = { path = "cmd/starcoin" }
starcoin-config = { path = "config" }
starcoin-consensus = { path = "consensus" }
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "5ab51764db7202d4adfdbfd5cf1db9d125fd8971" }
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "e5e905760304c48fa15f2dde90df02c55c2b6f61" }

starcoin-decrypt = { path = "commons/decrypt" }
starcoin-dev = { path = "vm/dev" }
Expand Down
1 change: 0 additions & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ starcoin-uint = { workspace = true }
starcoin-vm-types = { workspace = true }
starcoin-gas-algebra = { workspace = true }
starcoin-gas-meter = { workspace = true }
stdlib = { workspace = true }
tempfile = { workspace = true }
thiserror = { workspace = true }
toml = { features = ["default"], workspace = true }
Expand Down

0 comments on commit 40d2508

Please sign in to comment.