Skip to content

Commit

Permalink
chore: switch to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomblin committed Nov 25, 2023
1 parent e5425cc commit 3828585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "convert_string"
version = "0.1.2"
version = "0.1.3"
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.2"
convert_string = "0.1.3"
```

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

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

Future Rust editions may add new keywords, and this crate will be updated to reflect
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! convert_string = "0.1.2"
//! convert_string = "0.1.3"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit 3828585

Please sign in to comment.