Skip to content

Commit 38cd866

Browse files
committed
cleanup
1 parent fd8edc7 commit 38cd866

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "int-vec-2d"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["warlock <internalmike@gmail.com>"]
66
description = "Vectors, points, rectangles, etc. with `i16` coordinates."
77
readme = "README.md"
@@ -18,7 +18,6 @@ macro-attr-2018 = "2.1.0"
1818
num-traits = { version = "0.2.14", default-features = false }
1919

2020
[dev-dependencies]
21-
panicking = "0.2.0"
2221
quickcheck = "1.0.3"
2322
quickcheck_macros = "1.0.0"
2423

0 commit comments

Comments
 (0)