Skip to content

Commit

Permalink
Merge pull request #149 from InvArch/gabriel-rings_relay_fix
Browse files Browse the repository at this point in the history
Update dependencies to fix Rings bug
  • Loading branch information
arrudagates authored Mar 24, 2024
2 parents a77a6bf + 5f89e3b commit 75b3b8d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions tinkernet/Cargo.lock

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

2 changes: 1 addition & 1 deletion tinkernet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "1.6.0"
version = "1.6.2"
edition = "2021"

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

# InvArch Pallets
pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "b416567669b2598ebe13441166e6ce5693e268b9", default-features = false }
pallet-ocif-staking = { git = "https://github.com/InvArch/InvArch-Frames", rev = "b416567669b2598ebe13441166e6ce5693e268b9", default-features = false }
pallet-checked-inflation = { git = "https://github.com/InvArch/InvArch-Frames", rev = "b416567669b2598ebe13441166e6ce5693e268b9", default-features = false }
pallet-rings = { git = "https://github.com/InvArch/InvArch-Frames", rev = "b416567669b2598ebe13441166e6ce5693e268b9", default-features = false }
pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "07fc0de337cb9856d165d56d4f9ce42ff4bc5f9f", default-features = false }
pallet-ocif-staking = { git = "https://github.com/InvArch/InvArch-Frames", rev = "07fc0de337cb9856d165d56d4f9ce42ff4bc5f9f", default-features = false }
pallet-checked-inflation = { git = "https://github.com/InvArch/InvArch-Frames", rev = "07fc0de337cb9856d165d56d4f9ce42ff4bc5f9f", default-features = false }
pallet-rings = { git = "https://github.com/InvArch/InvArch-Frames", rev = "07fc0de337cb9856d165d56d4f9ce42ff4bc5f9f", default-features = false }

#pallet-inv4 = { path = "../../../InvArch-Frames/INV4/pallet-inv4", default-features = false }
#pallet-ocif-staking = { path = "../../../InvArch-Frames/OCIF/staking", default-features = false }
Expand Down

0 comments on commit 75b3b8d

Please sign in to comment.