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 2d8b398 commit 038a1f7Copy full SHA for 038a1f7
.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: CI
3
on:
4
pull_request:
5
branches:
6
- - master
+ - '**'
7
push:
8
9
10
11
env:
12
RUSTFLAGS: -Dwarnings
Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "native-tls"
version = "0.2.12"
+edition = "2018"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
0 commit comments