Skip to content

Commit

Permalink
fix(node): revert gc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef committed Apr 5, 2024
1 parent 3b8b5d0 commit 9ef635a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
29 changes: 6 additions & 23 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "everscale-rpc-node"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -39,4 +39,4 @@ default = []
venom = ["ton-indexer/venom", "ton_block/venom"]

[package.metadata.cargo-machete]
ignored = ["ton-block", "ton-types"]
ignored = ["ton-block", "ton-types"]

0 comments on commit 9ef635a

Please sign in to comment.