Skip to content

Commit

Permalink
remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 8, 2024
1 parent 50b691b commit 0de3c29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ version = "0.1.0"
[workspace.dependencies]
namada_tx_prelude = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_core = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
rlsf = "0.2.1"
getrandom = { version = "0.2", features = ["custom"] }
lazy_static = "1.4.0"
Expand Down
1 change: 0 additions & 1 deletion block_party/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ version.workspace = true

[dependencies]
namada_tx_prelude.workspace = true
namada_core.workspace = true
namada_proof_of_stake.workspace = true
rlsf.workspace = true
getrandom.workspace = true
Expand Down

0 comments on commit 0de3c29

Please sign in to comment.