Skip to content

Commit cb0e6ac

Browse files
committed
update readme installation
1 parent 784bd4d commit cb0e6ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "math-comb"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Ashwin Pugalia"]
66
description = "Math library for Combinatorics, Modular arithmetic & Number Theory utilities."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this crate to your `Cargo.toml`:
2222

2323
```toml
2424
[dependencies]
25-
math-comb = "0.1.0"
25+
math-comb = "0.2.2"
2626
```
2727

2828
### Examples

0 commit comments

Comments
 (0)