Skip to content

Commit

Permalink
Bump to 1.1.1o (#136)
Browse files Browse the repository at this point in the history
* Bump to 1.1.1o

* Disable arm-linux-androideabi test
  • Loading branch information
amousset authored May 5, 2022
1 parent e66f5a1 commit ef76fcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- target: aarch64-apple-darwin
rust: nightly
os: macos-latest
- target: arm-linux-androideabi
rust: stable
os: ubuntu-latest
#- target: arm-linux-androideabi
# rust: stable
# os: ubuntu-latest
- target: aarch64-linux-android
rust: stable
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl-src"
version = "111.18.0+1.1.1n"
version = "111.19.0+1.1.1o"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit ef76fcd

Please sign in to comment.