1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// License: see LICENSE file at root directory of `master` branch

//! # `0.9.0` _(March 28th, 2019)_
//!
//! ## Changes
//!
//! - Switched to Nice License 1.0.0 _(see LICENSE file at root directory of `master` branch)_.
//! - Updated dependencies.
//!
//! ## Dependencies
//!
//! - [`binn-ir = { version = '0.11', optional = true }`][crate:binn-ir]
//! - [`dia-args = { version = '0.24', optional = true }`][crate:dia-args]
//! - [`kib = { version = '2', optional = true }`][crate:kib]
//! - [`libc = '0.2'`][crate:libc]
//! - [`rusqlite = { version = '0.17', features = ['vtab'], optional = true }`][crate:rusqlite]
//!
//! ---
//!
//! [crate:binn-ir]: https://bitbucket.org/haibison/binn-ir
//! [crate:dia-args]: https://bitbucket.org/haibison/dia-args
//! [crate:kib]: https://bitbucket.org/haibison/kib
//! [crate:libc]: https://crates.io/crates/libc
//! [crate:rusqlite]: https://crates.io/crates/rusqlite