0.1.7 everywhere

This commit is contained in:
folex
2019-08-18 14:53:50 +03:00
parent 75c534a582
commit 4a5d20343b
4 changed files with 3 additions and 5 deletions

View File

@ -3,8 +3,6 @@ use fluence::sdk::*;
pub mod database;
pub mod errors;
use crate::database;
fn init() {
logger::WasmLogger::init_with_level(log::Level::Info).unwrap();
}