From 04b8b0898bb8a2a80a2eb4677a469b419f1d567d Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sat, 20 Jun 2020 18:54:39 +0200 Subject: [PATCH] Cut version 0.32.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df38bd949..e3f23fd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sled" -version = "0.32.0-rc1" +version = "0.32.0" authors = ["Tyler Neely "] description = "a modern embedded database" license = "MIT/Apache-2.0" @@ -39,14 +39,14 @@ docs = [] crossbeam-epoch = "0.8.2" crossbeam-utils = "0.7.2" fxhash = "0.2.1" -libc = "0.2.70" -zstd = { version = "0.5.2", optional = true } +libc = "0.2.71" +zstd = { version = "0.5.3", optional = true } crc32fast = "1.2.0" log = "0.4.8" parking_lot = "0.10.2" color-backtrace = { version = "0.4.2", optional = true } rio = { version = "0.9.3", optional = true } -backtrace = "0.3.48" +backtrace = "0.3.49" [target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies] fs2 = "0.4.3"