Skip to content

Commit

Permalink
Merge pull request #1105 from spacejam/tyler_0.32.0
Browse files Browse the repository at this point in the history
Cut version 0.32.0
  • Loading branch information
spacejam authored Jun 20, 2020
2 parents 621f53e + 04b8b08 commit 28700b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sled"
version = "0.32.0-rc1"
version = "0.32.0"
authors = ["Tyler Neely <[email protected]>"]
description = "a modern embedded database"
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 28700b3

Please sign in to comment.