We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb3f86 commit 04f2222Copy full SHA for 04f2222
README.md
@@ -13,7 +13,7 @@ In your Cargo.toml:
13
14
```toml
15
[dependencies]
16
-lexactivator = { version = "3.24.1"}
+lexactivator = { version = "3.24.2"}
17
```
18
19
Simple example usage:
download-libs.sh
@@ -2,7 +2,7 @@
2
set -e
3
4
BASE_URL=https://dl.cryptlex.com/downloads
5
-VERSION="v3.30.2";
+VERSION="v3.30.4";
6
7
mkdir -p tmp/windows
8
WINDOWS_FILE_NAME="LexActivator-Win.zip"
0 commit comments