Skip to content

Commit

Permalink
RM openbrush dep from farm
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Oct 13, 2023
1 parent 9764969 commit ddc8676
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 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.

2 changes: 0 additions & 2 deletions farm/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ scale-info = { version = "2.3", default-features = false, features = [
"derive",
], optional = true }

openbrush = { version = "3.2.0", default-features = false }
primitive-types = { version = "0.12.1", default-features = false, features = [
"codec",
] }
Expand All @@ -31,7 +30,6 @@ std = [
"scale/std",
"scale-info/std",
"psp22-traits/std",
"openbrush/std",
"primitive-types/std",
"primitive-types/scale-info",
"sp-arithmetic/std",
Expand Down
2 changes: 0 additions & 2 deletions farm/contracts/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ mod farm {
rewards_earned,
};

use openbrush::modifiers;

use primitive_types::U256;
use psp22_traits::PSP22;

Expand Down

0 comments on commit ddc8676

Please sign in to comment.