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 7e2fec6 commit 9f28b4cCopy full SHA for 9f28b4c
.github/workflows/main.yml
@@ -32,9 +32,9 @@ jobs:
32
- target: aarch64-apple-darwin
33
rust: nightly
34
os: macos-latest
35
- - target: arm-linux-androideabi
36
- rust: stable
37
- os: ubuntu-latest
+ #- target: arm-linux-androideabi
+ # rust: stable
+ # os: ubuntu-latest
38
- target: aarch64-linux-android
39
rust: stable
40
os: ubuntu-latest
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssl-src"
3
-version = "300.0.5+3.0.2"
+version = "300.0.6+3.0.3"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
openssl
0 commit comments