Skip to content

Commit

Permalink
build: remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Nov 14, 2023
1 parent 2e601c5 commit 93278ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ near-plugins = { path = "near-plugins" }
near-plugins-derive = { path = "near-plugins-derive" }
serde = "1"
anyhow = "1.0"
borsh = "0.9"
tokio = { version = "1", features = ["full"] }
near-workspaces = "0.9"
toml = "0.5"
Expand Down
1 change: 0 additions & 1 deletion near-plugins-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ proc-macro-crate.workspace = true

[dev-dependencies]
anyhow.workspace = true
borsh.workspace = true
near-plugins.workspace = true
near-sdk.workspace = true
tokio.workspace = true
Expand Down

0 comments on commit 93278ee

Please sign in to comment.