Skip to content

Commit

Permalink
add burnable to examples since function macro export was invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed May 17, 2024
1 parent 01e88c7 commit d6afe3f
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 271 deletions.
59 changes: 35 additions & 24 deletions Cargo.lock

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

17 changes: 9 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[workspace]
members = [
"contracts",
"lib/crypto",
"lib/grip",
"lib/grip-proc",
"examples/erc20",
"examples/erc721",
"examples/merkle-proofs",
"examples/ownable",
"contracts",
"lib/crypto",
"lib/grip",
"lib/grip-proc",
"examples/erc20",
"examples/erc721",
"examples/merkle-proofs",
"examples/ownable",
"examples/erc20-burnable",
]
# Explicitly set the resolver to version 2, which is the default for packages
# with edition >= 2021.
Expand Down
1 change: 0 additions & 1 deletion contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ default = []
# ERC-20
erc20 = []
erc20_metadata = ["erc20"]
erc20_burnable = ["erc20"]

# ERC-721
erc721 = []
Expand Down
Loading

0 comments on commit d6afe3f

Please sign in to comment.