Skip to content

Commit feee914

Browse files
committed
Merge branch 'release/v1.0.1' into main
2 parents beeb14e + 4e77823 commit feee914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leftpad-rs"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2018"
55
authors = ["Ollivier Robert <roberto@keltia.net>"]
66
keywords = ["leftpad", "joke"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
3131

3232
``` toml
3333
[dependencies]
34-
leftpad-rs = "1.0.0"
34+
leftpad-rs = "1.0.1"
3535
```
3636
then you can use it in your own crates.
3737

0 commit comments

Comments
 (0)