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 554b5de commit ac45079Copy full SHA for ac45079
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "argminmax"
3
-version = "0.6.2"
+version = "0.6.3"
4
authors = ["Jeroen Van Der Donckt"]
5
edition = "2021"
6
readme = "README.md"
README.md
@@ -42,7 +42,7 @@ Add the following to your `Cargo.toml`:
42
43
```toml
44
[dependencies]
45
-argminmax = "0.6.1"
+argminmax = "0.6.3"
46
```
47
48
## Example usage
0 commit comments