Skip to content

Commit

Permalink
chore: bump snabbkaffe 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed May 6, 2024
1 parent 511c621 commit ae48c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{pre_hooks, [{"(linux|darwin|solaris)", compile, "make build-nif"}]}.

{deps, [{snabbkaffe, "1.0.9"}]}.
{deps, [{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}}]}.

{profiles, [
{test, [
Expand Down
2 changes: 1 addition & 1 deletion tools/asan/bin/sanitizer-check
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ if [ $# -eq 1 ]; then
;;
esac
else
escript "$REBAR3" $@
escript "$REBAR3" $@
fi

0 comments on commit ae48c20

Please sign in to comment.