Skip to content

Commit fd2204e

Browse files
committed
Update crate version to 0.4.0
1 parent e12ef4b commit fd2204e

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
name = "static_aabb2d_index"
3-
version = "0.3.0"
4-
license = "MIT OR Apache-2.0"
5-
repository = "https://github.com/jbuckmccready/static_aabb2d_index"
6-
description = "Fast static spatial index data structure for 2D axis aligned bounding boxes"
7-
keywords = ["algorithm", "2d", "computational", "geometry", "spatial"]
8-
categories = ["algorithms", "data-structures", "graphics", "mathematics"]
92
authors = ["Buck McCready <jbuckmccready@gmail.com>"]
3+
categories = ["algorithms", "data-structures", "graphics", "mathematics"]
4+
description = "Fast static spatial index data structure for 2D axis aligned bounding boxes"
105
edition = "2018"
6+
keywords = ["algorithm", "2d", "computational", "geometry", "spatial"]
7+
license = "MIT OR Apache-2.0"
8+
name = "static_aabb2d_index"
9+
repository = "https://github.com/jbuckmccready/static_aabb2d_index"
10+
version = "0.4.0"
1111

1212
[features]
1313
# allows for some selective use of unsafe for performance gains
@@ -21,5 +21,5 @@ num-traits = "0.2.14"
2121
criterion = "0.3"
2222

2323
[[bench]]
24-
name = "bench_static_aabb2d_index"
2524
harness = false
25+
name = "bench_static_aabb2d_index"

0 commit comments

Comments
 (0)