Skip to content

Commit 2b17f2e

Browse files
committed
feat: Use the latest version of ZeroMQ.
1 parent 1d0862b commit 2b17f2e

File tree

3 files changed

+57
-127
lines changed

3 files changed

+57
-127
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export PKG_CONFIG_PATH="$(brew --prefix)/lib/pkgconfig"
4343
export CPPFLAGS="-I$(brew --prefix libsodium)/include -I$(brew --prefix zeromq)/include"
4444
export LDFLAGS="-L$(brew --prefix libsodium)/lib -L$(brew --prefix zeromq)/lib"
4545

46-
npm_config_build_from_source=true npm install zeromq@^6.0.0-beta.16
46+
npm_config_build_from_source=true npm install zeromq@
4747

4848
```
4949

0 commit comments

Comments
 (0)