Skip to content

Commit

Permalink
chore: version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomblin committed Aug 30, 2023
1 parent 3687351 commit 0cd519f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "convert_string"
version = "0.1.1"
version = "0.1.2"
description = "A trait to convert Strings to safe non-keywords and/or convert a Strings case (snake_case, PascalCase, ...)."
authors = ["Sebastian Detert <rust-crates@elygor.de>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@

```toml
[dependencies]
convert_string = "0.1.1"
convert_string = "0.1.2"
```

## Example
Expand All @@ -36,7 +36,7 @@

```toml
[dependencies]
convert_string = { version = "0.1.1", default-features = false }
convert_string = { version = "0.1.2", default-features = false }
```

Future Rust editions may add new keywords, and this crate will be updated to reflect
Expand Down

0 comments on commit 0cd519f

Please sign in to comment.