From 69208de60ec005c4dbad75790ec2d90d06186427 Mon Sep 17 00:00:00 2001 From: henke443 Date: Sun, 7 Apr 2024 19:38:29 +0200 Subject: [PATCH] bumped version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e58f38..98e3fb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ dependencies = [ [[package]] name = "fast-graph" -version = "0.1.6" +version = "0.1.7" dependencies = [ "hashbrown 0.14.3", "serde", diff --git a/Cargo.toml b/Cargo.toml index fa71667..f949b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://docs.rs/fast-graph" readme = "README.md" homepage = "https://github.com/henke443/fast-graph" repository = "https://github.com/henke443/fast-graph" -version = "0.1.6" +version = "0.1.7" edition = "2021" license = "Apache-2.0" categories = ["data-structures", "database", "mathematics", "science::geo", "visualization"]