Skip to content

Releases: killercup/convey

v0.2.0

31 Dec 15:42
e209947
Compare
Choose a tag to compare

Added

  • use convey as log target

    let output = convey::new()
      .add_target(convey::human::stdout()?)?
      .use_as_logger(log::Level::Debug)?;
  • output JSON to stdout in addition to file

Changed

  • Output::add_target not returns a result
  • convey now uses the 2018 edition of Rust and thus requires a minimum Rust version of 1.31

Initial release

12 Oct 20:12
Compare
Choose a tag to compare
v0.1.0

Derive crate metadata