Skip to content

Commit

Permalink
switch orml dependencies to crates.io source
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Mar 18, 2024
1 parent 4e8aba5 commit 2042dfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ parachains-common = { version = "8.0.0", default-features
staging-parachain-info = { version = "0.8.0", default-features = false }

# ORML
orml-vesting = { git = "https://github.com/ajuna-network/open-runtime-module-library.git", branch = "remove-nested-workspace", default-features = false }
orml-benchmarking = { git = "https://github.com/ajuna-network/open-runtime-module-library.git", branch = "remove-nested-workspace", default-features = false }
orml-vesting = { version = "0.8.0", default-features = false }
orml-benchmarking = { version = "0.8.0", default-features = false }

# Runtime
bajun-runtime = { path = "runtime/bajun" }
Expand Down

0 comments on commit 2042dfa

Please sign in to comment.