Skip to content

Commit

Permalink
update: Update INV4 pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Oct 5, 2022
1 parent b72b562 commit f881078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions runtime/tinkernet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ smallvec = "1.6.1"
getrandom = { version = "0.2.4", default-features = false, features = ["js"] }

# InvArch Pallets
pallet-ipf = { git = "https://github.com/InvArch/InvArch-Frames", rev = "ccb83516c4ab963957c742444f1d0a381163bbc7", default-features = false }
pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "ccb83516c4ab963957c742444f1d0a381163bbc7", default-features = false }
pallet-ipf = { git = "https://github.com/InvArch/InvArch-Frames", rev = "38ff7e1ce3ec9bab44e54660bca8a6176d1603df", default-features = false }
pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "38ff7e1ce3ec9bab44e54660bca8a6176d1603df", default-features = false }
#pallet-inv4 = { path = "../../../InvArch-Pallet-Library/INV4/pallet-inv4", default-features = false }
#pallet-ipf = { path = "../../../InvArch-Pallet-Library/INV4/pallet-ipf", default-features = false }

Expand Down

0 comments on commit f881078

Please sign in to comment.