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.
2 parents beeb14e + 4e77823 commit feee914Copy full SHA for feee914
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