Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
chore: update rust crate
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinZhu committed Mar 31, 2023
1 parent fe91fa6 commit 26ec88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contracts/psp34/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = ["AustinZhu"]

ink = { version = "4.0.1", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.3", default-features = false, features = ["derive"], optional = true }
scale = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.5", default-features = false, features = ["derive"], optional = true }

# Include brush as a dependency and enable default implementation for PSP34 via brush feature
openbrush = { tag = "3.0.0", git = "https://github.com/727-Ventures/openbrush-contracts", default-features = false, features = ["psp34"] }
Expand Down
6 changes: 1 addition & 5 deletions swanky.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"contracts": {
"psp34": {
"name": "psp34",
"language": "ink",
"build": {
"timestamp": 1679714056093,
"artifactsPath": "artifacts/psp34/1679714056093"
}
"language": "ink"
}
},
"networks": {
Expand Down

0 comments on commit 26ec88c

Please sign in to comment.