Skip to content

Commit 4e77823

Browse files
committed
Welcome v1.0.1: cosmetic changes to the README.
1 parent 8579933 commit 4e77823

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)