Skip to content

Commit 4c22e07

Browse files
authored
update zstd to v1.3.4 (#7)
1 parent 75f9083 commit 4c22e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using BinDeps
33
BinDeps.@setup
44

55
libzstd = library_dependency("libzstd")
6-
version = "1.3.0"
6+
version = "1.3.4"
77
source = "https://github.com/facebook/zstd/archive/v$(version).tar.gz"
88

99
prefix = joinpath(dirname(@__FILE__), "usr")

0 commit comments

Comments
 (0)