Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed May 1, 2024
1 parent 5839867 commit e79512b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ tycho-util = { path = "./util" }
# NOTE: use crates.io dependency when it is released
# https://github.com/sagebind/castaway/issues/18
castaway = { git = "https://github.com/sagebind/castaway.git" }
#everscale-types = { git = "https://github.com/broxus/everscale-types.git", branch = "tycho" }
everscale-types = { path = "../everscale-types" }
everscale-types = { git = "https://github.com/broxus/everscale-types.git", branch = "tycho" }

[workspace.lints.rust]
future_incompatible = "warn"
Expand Down

0 comments on commit e79512b

Please sign in to comment.