Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jun 17, 2022
1 parent b5ed7e8 commit 2f96bb2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
- name: Publish
shell: bash
run: |
cargo publish --token ${{ secrets.SERDE_STRING_TRIM_GITHUB_TOKEN }}
cargo publish --token ${{ secrets.SERDE_TRIM_GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "serde_string_trim"
name = "serde_trim"
version = "0.1.0"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "serde deserialize_with String trim"
keywords = ["serde", "serde trim", "deserialize trim", "deserialize_with", "deserialize_with trim"]
keywords = ["serde", "serde_trim", "deserialize trim", "deserialize_with", "deserialize_with trim"]
readme = "README.md"
categories = ["encoding"]
repository = "https://github.com/baoyachi/serde_string_trim"
repository = "https://github.com/baoyachi/serde_trim"
license = "MIT AND Apache-2.0"

[lib]
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[serde_string_trim][docsrs]:: serde deserialize_with string trim
[serde_trim][docsrs]:: serde deserialize_with string trim
========================================
[docsrs]: https://docs.rs/serde_string_trim
[docsrs]: https://docs.rs/serde_trim

[![GitHub Actions](https://github.com/baoyachi/serde_string_trim/workflows/check/badge.svg)](https://github.com/baoyachi/serde_string_trim/actions?query=workflow%3Acheck)
[![Crates.io](https://img.shields.io/crates/v/serde_string_trim.svg)](https://crates.io/crates/serde_string_trim)
[![Docs.rs](https://docs.rs/serde_string_trim/badge.svg)](https://docs.rs/serde_string_trim)
[![Download](https://img.shields.io/crates/d/serde_string_trim)](https://crates.io/crates/serde_string_trim)
[![DepStatus](https://deps.rs/repo/github/baoyachi/serde_string_trim/status.svg)](https://deps.rs/repo/github/baoyachi/serde_string_trim)
[![Coverage Status](https://coveralls.io/repos/github/baoyachi/serde_string_trim/badge.svg)](https://coveralls.io/github/baoyachi/serde_string_trim)
[![GitHub Actions](https://github.com/baoyachi/serde_trim/workflows/check/badge.svg)](https://github.com/baoyachi/serde_trim/actions?query=workflow%3Acheck)
[![Crates.io](https://img.shields.io/crates/v/serde_trim.svg)](https://crates.io/crates/serde_trim)
[![Docs.rs](https://docs.rs/serde_trim/badge.svg)](https://docs.rs/serde_trim)
[![Download](https://img.shields.io/crates/d/serde_trim)](https://crates.io/crates/serde_trim)
[![DepStatus](https://deps.rs/repo/github/baoyachi/serde_trim/status.svg)](https://deps.rs/repo/github/baoyachi/serde_trim)
[![Coverage Status](https://coveralls.io/repos/github/baoyachi/serde_trim/badge.svg)](https://coveralls.io/github/baoyachi/serde_trim)

## how to use
```rust
Expand Down

0 comments on commit 2f96bb2

Please sign in to comment.