Skip to content

Commit

Permalink
chore: Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikthebird committed Jul 10, 2024
1 parent 4ffbb45 commit 306f8d5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 84 deletions.
80 changes: 0 additions & 80 deletions examples/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 examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ cw-multi-test = "2.1.0"
cw-storage-plus = "2.0.0"
cw-utils = "2.0.0"
cw2 = "2.0.0"
getrandom = "0.2.15"
semver = "1.0.23"
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
thiserror = "1.0.61"
Expand Down
1 change: 0 additions & 1 deletion examples/contracts/cw1-subkeys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cw1 = { path = "../../interfaces/cw1" }
whitelist = { path = "../../interfaces/whitelist" }
cw1-whitelist = { path = "../cw1-whitelist", features = ["library"] }
cw2 = { workspace = true }
getrandom = { workspace = true, features = ["js"] }
serde = { workspace = true }
sylvia = { path = "../../../sylvia" }
thiserror = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion examples/contracts/cw1-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ thiserror = { workspace = true }
cw2 = { workspace = true }
cw-multi-test = { workspace = true, optional = true }
anyhow = { workspace = true, optional = true }
getrandom = { workspace = true, features = ["js"] }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion examples/contracts/cw20-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ cw2 = { workspace = true }
cw20-allowances = { path = "../../interfaces/cw20-allowances" }
cw20-marketing = { path = "../../interfaces/cw20-marketing" }
cw20-minting = { path = "../../interfaces/cw20-minting" }
getrandom = { workspace = true, features = ["js"] }
semver = { workspace = true }
serde = { workspace = true }
sylvia = { path = "../../../sylvia" }
Expand Down

0 comments on commit 306f8d5

Please sign in to comment.