Skip to content

0.1.0

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 22 Dec 02:29
· 108 commits to latest since this release

This is the initial functional library release of preroll.

  • Initial exports:

    • prelude
    • test_utils
    • utils
    • main
    • SetupResult
  • Initial feature set:

    • "honeycomb"
    • "postgres"
    • "panic-on-error"

Note: the following override is currently required to make libhoney-rust use async-std as its runtime:

[patch.crates-io.libhoney-rust]
git = "https://github.com/eaze/libhoney-rust.git"
branch = "runtime-async-std"
optional = true
default-features = false
features = ["runtime-async-std"]