Merge branch 'master' into safe-mode

Signed-off-by: Victor <victor.porof@gmail.com>
without.crypto
Victor 4 years ago
commit e3c3388e66
  1. 4
      Cargo.toml
  2. 2
      README.md

@ -29,13 +29,13 @@ bitflags = "1"
byteorder = "1"
id-arena = "2.2"
lazy_static = "1.0"
lmdb-rkv = "0.12.3"
lmdb-rkv = "0.14"
log = "0.4"
ordered-float = "1.0"
uuid = "0.7"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_derive = "1.0"
url = "2.0"
uuid = "0.8"
# Get rid of failure's dependency on backtrace. Eventually
# backtrace will move into Rust core, but we don't need it here.

@ -9,7 +9,7 @@ The [rkv Rust crate](https://crates.io/crates/rkv) is a simple, humane, typed ke
## ⚠ Warning ⚠
The LMDB backend is currently unstable and crash-prone. We're attempting to fix these crashes in bugs [538539](https://bugzilla.mozilla.org/show_bug.cgi?id=1538539), [1538541](https://bugzilla.mozilla.org/show_bug.cgi?id=1538541) and [1550174](https://bugzilla.mozilla.org/show_bug.cgi?id=1550174).
The LMDB backend is currently unstable and crash-prone. We're attempting to fix these crashes in bugs [1538539](https://bugzilla.mozilla.org/show_bug.cgi?id=1538539), [1538541](https://bugzilla.mozilla.org/show_bug.cgi?id=1538541) and [1550174](https://bugzilla.mozilla.org/show_bug.cgi?id=1550174).
To use rkv in production/release environments at Mozilla, you may do so with the "SafeMode" backend, for example:

Loading…
Cancel
Save