We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7f1a8 commit b7cde57Copy full SHA for b7cde57
bitnet-cpp-sys/README.md
@@ -62,7 +62,11 @@ Do a dry run:
62
cargo publish --allow-dirty --dry-run
63
```
64
65
-There's only one uncommited git change, that requires `allow-dirty` – `bitnet/3rdparty/llama.cpp/common/build-info.cpp`.
+Or you can simply remove `bitnet/3rdparty/llama.cpp/common/build-info.cpp` and run:
66
+
67
+```shell
68
+cargo publish --dry-run
69
+```
70
71
## License
72
0 commit comments