Skip to content

Commit ef76fcd

Browse files
authored
Bump to 1.1.1o (alexcrichton#136)
* Bump to 1.1.1o * Disable arm-linux-androideabi test
1 parent e66f5a1 commit ef76fcd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- target: aarch64-apple-darwin
3333
rust: nightly
3434
os: macos-latest
35-
- target: arm-linux-androideabi
36-
rust: stable
37-
os: ubuntu-latest
35+
#- target: arm-linux-androideabi
36+
# rust: stable
37+
# os: ubuntu-latest
3838
- target: aarch64-linux-android
3939
rust: stable
4040
os: ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-src"
3-
version = "111.18.0+1.1.1n"
3+
version = "111.19.0+1.1.1o"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)