Skip to content

Commit 038a1f7

Browse files
committed
CI any branches
1 parent 2d8b398 commit 038a1f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- '**'
77
push:
88
branches:
9-
- master
9+
- '**'
1010

1111
env:
1212
RUSTFLAGS: -Dwarnings

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "native-tls"
33
version = "0.2.12"
4+
edition = "2018"
45
authors = ["Steven Fackler <[email protected]>"]
56
license = "MIT OR Apache-2.0"
67
description = "A wrapper over a platform's native TLS implementation"

0 commit comments

Comments
 (0)