Skip to content

Commit b1c02c1

Browse files
author
Anand Aiyer
committed
Add repository to Cargo.toml
1 parent cffc552 commit b1c02c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "math-ops"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Anand Aiyer <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
77
description = "Mathematical and statistical operations on vectors"
88
readme = "README.md"
99
keywords = ["math", "statistics", "vector", "operations", "numeric"]
10+
repository = "https://github.com/aaiyer/math-ops"
1011

1112
[dependencies]
1213
num-traits = "0.2"

0 commit comments

Comments
 (0)