0.1.0
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"]