Skip to content

Commit

Permalink
Added tag refs to avail-core (availproject#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP authored Nov 3, 2023
1 parent e0cc747 commit e55086d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ frame-system-rpc-runtime-api = { path = "pallets/system/rpc/runtime-api" }
frame-system-benchmarking = { path = "pallets/system/benchmarking" }

# DA Primitives
avail-core = { version = "0.5", git = "https://github.com/availproject/avail-core", branch = "main" }
kate = { version = "0.8", git = "https://github.com/availproject/avail-core", branch = "main" }
kate-recovery = { version = "0.9", git = "https://github.com/availproject/avail-core", branch = "main" }
avail-core = { version = "0.5", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
kate = { version = "0.8", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
kate-recovery = { version = "0.9", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }

# Nomad
nomad-signature = { version = "0.1", git = "https://github.com/availproject/avail-core", branch = "main" }
nomad-merkle = { version = "0.1", git = "https://github.com/availproject/avail-core", branch = "main" }
nomad-base = { version = "0.1", git = "https://github.com/availproject/avail-core", branch = "main" }
nomad-core = { version = "0.1", git = "https://github.com/availproject/avail-core", branch = "main" }
nomad-signature = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
nomad-merkle = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
nomad-base = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
nomad-core = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }

# Other stuff
uint = { git = "https://github.com/paritytech/parity-common.git", tag = "rlp-v0.5.2" }
Expand Down

0 comments on commit e55086d

Please sign in to comment.