Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
rust-rocksdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangzongwu
rust-rocksdb
Commits
91c4851c
Unverified
Commit
91c4851c
authored
Aug 18, 2020
by
Jay
Committed by
GitHub
Aug 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*-sys: use release lz4 (#531)
Signed-off-by:
Jay Lee
<
BusyJayLee@gmail.com
>
parent
dba76571
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
Cargo.toml
librocksdb_sys/Cargo.toml
+1
-4
Cargo.toml
librocksdb_sys/libtitan_sys/Cargo.toml
+1
-4
No files found.
librocksdb_sys/Cargo.toml
View file @
91c4851c
...
@@ -13,6 +13,7 @@ libtitan_sys = { path = "libtitan_sys" }
...
@@ -13,6 +13,7 @@ libtitan_sys = { path = "libtitan_sys" }
libz-sys
=
{
version
=
"1.0.25"
,
features
=
["static"]
}
libz-sys
=
{
version
=
"1.0.25"
,
features
=
["static"]
}
openssl-sys
=
{
version
=
"0.9.54"
,
optional
=
true
,
features
=
["vendored"]
}
openssl-sys
=
{
version
=
"0.9.54"
,
optional
=
true
,
features
=
["vendored"]
}
zstd-sys
=
"1.4.15+zstd.1.4.4"
zstd-sys
=
"1.4.15+zstd.1.4.4"
lz4-sys
=
"1.9"
[dev-dependencies]
[dev-dependencies]
tempfile
=
"3.1"
tempfile
=
"3.1"
...
@@ -38,10 +39,6 @@ version = "0.4.0"
...
@@ -38,10 +39,6 @@ version = "0.4.0"
optional
=
true
optional
=
true
features
=
["unprefixed_malloc_on_supported_platforms"]
features
=
["unprefixed_malloc_on_supported_platforms"]
[dependencies.lz4-sys]
git
=
"https://github.com/busyjay/lz4-rs.git"
branch
=
"adjust-build"
[dependencies.snappy-sys]
[dependencies.snappy-sys]
git
=
"https://github.com/busyjay/rust-snappy.git"
git
=
"https://github.com/busyjay/rust-snappy.git"
branch
=
"static-link"
branch
=
"static-link"
librocksdb_sys/libtitan_sys/Cargo.toml
View file @
91c4851c
...
@@ -9,6 +9,7 @@ bzip2-sys = "0.1.8+1.0.8"
...
@@ -9,6 +9,7 @@ bzip2-sys = "0.1.8+1.0.8"
libc
=
"0.2.11"
libc
=
"0.2.11"
libz-sys
=
{
version
=
"1.0.25"
,
features
=
["static"]
}
libz-sys
=
{
version
=
"1.0.25"
,
features
=
["static"]
}
zstd-sys
=
"1.4.15+zstd.1.4.4"
zstd-sys
=
"1.4.15+zstd.1.4.4"
lz4-sys
=
"1.9"
[features]
[features]
default
=
[]
default
=
[]
...
@@ -21,10 +22,6 @@ sse = []
...
@@ -21,10 +22,6 @@ sse = []
cc
=
"1.0.3"
cc
=
"1.0.3"
cmake
=
"0.1"
cmake
=
"0.1"
[dependencies.lz4-sys]
git
=
"https://github.com/busyjay/lz4-rs.git"
branch
=
"adjust-build"
[dependencies.snappy-sys]
[dependencies.snappy-sys]
git
=
"https://github.com/busyjay/rust-snappy.git"
git
=
"https://github.com/busyjay/rust-snappy.git"
branch
=
"static-link"
branch
=
"static-link"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment