Skip to content

Commit e3da049

Browse files
authored
Merge pull request #21 from navinpeiris/upgrade-to-zstd-1.5.7
Upgrade zstd to 1.5.7
2 parents a4b5a98 + 79db39c commit e3da049

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## [Zstd][1] binding for Erlang
88

9-
This binding is based on zstd v1.5.6. In case you want to modify the `zstd` version you can change `ZSTD_TAG` from `build_deps.sh`
9+
This binding is based on zstd v1.5.7. In case you want to modify the `zstd` version you can change `ZSTD_TAG` from `build_deps.sh`
1010

1111
## API
1212

@@ -35,4 +35,4 @@ Plaintext = ezstd:decompress_using_ddict(ContentCompressed, DDict).
3535
rebar3 ct
3636
```
3737

38-
[1]:http://facebook.github.io/zstd/
38+
[1]: http://facebook.github.io/zstd/

build_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CPUS=`getconf _NPROCESSORS_ONLN 2>/dev/null || sysctl -n hw.ncpu`
1111
ZSTD_DESTINATION=zstd
1212
ZSTD_REPO=https://github.com/facebook/zstd.git
1313
ZSTD_BRANCH=release
14-
ZSTD_TAG=v1.5.6
14+
ZSTD_TAG=v1.5.7
1515
ZSTD_SUCCESS=lib/libzstd.a
1616

1717
fail_check()

0 commit comments

Comments
 (0)