There was an error while loading. Please reload this page.
1 parent d93901b commit 4d74356Copy full SHA for 4d74356
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "permutation_iterator"
3
-version = "0.1.1-alpha.0"
+version = "0.1.1"
4
edition = "2018"
5
authors = ["Asim Ihsan <asim.ihsan@gmail.com>"]
6
README.md
@@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:
17
18
```toml
19
[dependencies]
20
-permutation_iterator = "0.1.0"
+permutation_iterator = "0.1.1"
21
```
22
23
## Example
0 commit comments