mirror of
https://github.com/seemueller-io/hyper-custom-cert.git
synced 2025-09-08 22:46:45 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7efc32947e |
17
.github/workflows/docs.yml
vendored
17
.github/workflows/docs.yml
vendored
@@ -2,21 +2,8 @@ name: Documentation
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
tags:
|
||||||
paths:
|
- 'v*'
|
||||||
- 'crates/hyper-custom-cert/src/**'
|
|
||||||
- 'crates/hyper-custom-cert/README.md'
|
|
||||||
- 'README.md'
|
|
||||||
- 'crates/hyper-custom-cert/Cargo.toml'
|
|
||||||
- '.github/workflows/docs.yml'
|
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
paths:
|
|
||||||
- 'crates/hyper-custom-cert/src/**'
|
|
||||||
- 'crates/hyper-custom-cert/README.md'
|
|
||||||
- 'README.md'
|
|
||||||
- 'crates/hyper-custom-cert/Cargo.toml'
|
|
||||||
- '.github/workflows/docs.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hyper-custom-cert"
|
name = "hyper-custom-cert"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates."
|
description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
Reference in New Issue
Block a user