garage/src
Jakub Jirutka 6d3ace1ea9 Fix undefined macro warn! on 32-bit
Compiling garage_db v0.8.2 (garage-0.8.2/src/db)
    error: cannot find macro `warn` in this scope
       --> src/db/lmdb_adapter.rs:352:2
        |
    352 |     warn!("LMDB is not recommended on 32-bit systems, database size will be limited");
        |     ^^^^
        |
        = help: consider importing this macro:
                tracing::warn
        = note: `warn` is in scope, but it is an attribute: `#[warn]`
    error: could not compile `garage_db` due to previous error
2023-05-07 17:01:44 +02:00
..
api api/Cargo.toml: Bumped quick-xml to version 0.26. 2023-04-23 20:14:28 +01:00
block block/repair.rs: Added log entries for scrub start/finish. 2023-04-23 22:22:26 +01:00
db Fix undefined macro warn! on 32-bit 2023-05-07 17:01:44 +02:00
garage Prepare for v0.8.2 2023-03-13 18:46:31 +01:00
k2v-client Prepare for v0.8.2 2023-03-13 18:46:31 +01:00
model obsolete clippy lints 2023-03-13 18:50:07 +01:00
rpc Prepare for v0.8.2 2023-03-13 18:46:31 +01:00
table Prepare for v0.8.2 2023-03-13 18:46:31 +01:00
util Prepare for v0.8.2 2023-03-13 18:46:31 +01:00
web Prepare for v0.8.2 2023-03-13 18:46:31 +01:00