mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-01 21:14:10 +03:00
Merge branch 'main' into hf/key-value-fr
Conflicts: build.rs
This commit is contained in:
commit
cee87179ea
4
build.rs
4
build.rs
@ -177,9 +177,9 @@ fn main() {
|
||||
for entry in std::fs::read_dir(&modules_dir).unwrap() {
|
||||
let entry_path = entry.unwrap().path();
|
||||
let package_name = entry_path.file_name().unwrap().to_str().unwrap();
|
||||
// NOT YET building KV, waiting for deps to be ready
|
||||
// // NOT YET building KV, waiting for deps to be ready
|
||||
// if package_name == "key_value" {
|
||||
// return;
|
||||
// continue;
|
||||
// }
|
||||
|
||||
// If Cargo.toml is present, build the app
|
||||
|
Loading…
Reference in New Issue
Block a user