Skip to content

Commit

Permalink
feat: allow factory to destroy forwarders (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored May 21, 2024
1 parent 43d5fb6 commit fff19bd
Show file tree
Hide file tree
Showing 13 changed files with 183 additions and 214 deletions.
96 changes: 49 additions & 47 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 @@ -20,7 +20,7 @@ members = [

[workspace.dependencies]
anyhow = "1"
aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine", rev = "fbe7f33", default-features = false }
aurora-engine-types = { version = "1.1", default-features = false }
ethabi = "18"
near-sdk = "5"
near-plugins = { git = "https://github.com/aurora-is-near/near-plugins", tag = "v0.2.0" }
Expand Down
Loading

0 comments on commit fff19bd

Please sign in to comment.