Skip to content

Commit

Permalink
Merge pull request skade#38 from timberio/optional-snappy-build
Browse files Browse the repository at this point in the history
Support not forcing a snappy build
  • Loading branch information
skade authored Jun 24, 2020
2 parents 34e1253 + 827aee5 commit 2a0611b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ repository = "https://github.com/skade/leveldb"

autotests = false

[features]
default = ["leveldb-sys/snappy"]

[lib]

name = "leveldb"
Expand All @@ -26,7 +29,6 @@ libc = "0.2.4"

[dependencies.leveldb-sys]
version = "2.0.0"
features = ["snappy"]

[dev-dependencies]
tempdir = "0.3.4"
Expand Down

0 comments on commit 2a0611b

Please sign in to comment.