Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
utsire committed Jan 28, 2025
1 parent 6d946a5 commit e7612b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ homepage = "https://www.availproject.org/"


[workspace.dependencies]
avail-core = { git = "https://github.com/utsire/avail-core", branch = "mmp/lc_integration", default-features = false, features = [ "runtime"] }
kate = { git = "https://github.com/utsire/avail-core", branch = "mmp/lc_integration", default-features = false }
kate-recovery = { git = "https://github.com/utsire/avail-core", branch = "mmp/lc_integration", default-features = false }
# avail-core = { path = "../avail-core/core", default-features = false, features = [ "runtime"] }
# kate = { path = "../avail-core/kate/", default-features = false }
# kate-recovery = { path = "../avail-core/kate/recovery/", default-features = false}
avail-core = { git = "https://github.com/utsire/avail-core", rev = "a4e539dedada70a103a1d364e36465b7bdeb533c", default-features = false, features = [ "runtime"] }
kate = { git = "https://github.com/utsire/avail-core", rev="a4e539dedada70a103a1d364e36465b7bdeb533c", default-features = false }
kate-recovery = { git = "https://github.com/utsire/avail-core", rev = "a4e539dedada70a103a1d364e36465b7bdeb533c", default-features = false }
#avail-core = { path = "../avail-core/core", default-features = false, features = [ "runtime"] }
#kate = { path = "../avail-core/kate/", default-features = false }
#kate-recovery = { path = "../avail-core/kate/recovery/", default-features = false}

avail-base = { path = "base", default-features = false }
da-control = { path = "pallets/dactr", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/kate/runtime.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::{native::hosted_kate, Error, GDataProof, GMultiProof, GProof, GRow};
use super::{native::hosted_kate, Error, GDataProof, GMultiProof, GRow};
use da_control::LOG_TARGET as DALOG_TARGET;

use avail_core::AppExtrinsic;
Expand Down

0 comments on commit e7612b4

Please sign in to comment.