@ivaniscoding/celq-windows-x64 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/celq.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ See the [installation guide](https://docs.rs/celq/latest/celq/installation_guide
|
|
|
167
167
|
FreeBSD builds are tested with [freebsd-vm](https://github.com/vmactions/freebsd-vm) and cross-compiled with [Zig](https://github.com/rust-cross/cargo-zigbuild). Although `celq` is not yet in the ports tree, it does publish pre-built binaries:
|
|
168
168
|
|
|
169
169
|
```bash
|
|
170
|
-
VERSION=v0.7.
|
|
170
|
+
VERSION=v0.7.1
|
|
171
171
|
RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
|
|
172
172
|
PLATFORM=x86_64 # or aarch64
|
|
173
173
|
|
package/bin/celq.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED