Skip to content

Commit d1d0b4c

Browse files
authored
Prepare crate package metadata for 0.2.0 (#23)
* Remove NOTICE and package badges from README * Bump crate version to 0.2.0 * Exclude repository metadata from package
1 parent cb3303a commit d1d0b4c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
id: version
3131
attributes:
3232
label: rustls-cng-crypto version
33-
placeholder: "0.1.2"
33+
placeholder: "0.2.0"
3434
validations:
3535
required: true
3636
- type: input

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@
55

66
[package]
77
name = "rustls-cng-crypto"
8-
authors = ["Tom Fay <tom@teamfay.co.uk>"]
9-
version = "0.1.2"
8+
version = "0.2.0"
109
edition = "2021"
1110
license = "MIT"
1211
description = "Rustls crypto provider for CNG"
1312
homepage = "https://github.com/DataDog/rustls-cng-crypto"
1413
repository = "https://github.com/DataDog/rustls-cng-crypto"
1514
readme = "README.md"
15+
exclude = [
16+
".github/",
17+
"Makefile",
18+
"deny.toml",
19+
"license-tool.toml",
20+
]
1621

1722
[dependencies]
1823
once_cell = "1.8.0"

NOTICE

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ This repository is a Datadog-maintained fork of [`tofay/rustls-cng-crypto`](http
66

77
See the [documentation](https://docs.rs/rustls-cng-crypto) for supported cipher suites and algorithms, along with instructions for running in FIPS mode.
88

9-
[![crates.io](https://img.shields.io/crates/v/rustls-cng-crypto?style=flat-square&logo=rust)](https://crates.io/crates/rustls-cng-crypto)
109
[![Build Status](https://github.com/DataDog/rustls-cng-crypto/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DataDog/rustls-cng-crypto/actions/workflows/ci.yml?query=branch%3Amain)
11-
[![Documentation](https://docs.rs/rustls-cng-crypto/badge.svg)](https://docs.rs/rustls-cng-crypto/)
1210
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
1311

1412
## Testing

0 commit comments

Comments
 (0)