We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8579933 commit 4e77823Copy full SHA for 4e77823
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "leftpad-rs"
3
-version = "1.0.0"
+version = "1.0.1"
4
edition = "2018"
5
authors = ["Ollivier Robert <roberto@keltia.net>"]
6
keywords = ["leftpad", "joke"]
README.md
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
31
32
``` toml
33
[dependencies]
34
-leftpad-rs = "1.0.0"
+leftpad-rs = "1.0.1"
35
```
36
then you can use it in your own crates.
37
0 commit comments