From de047ae1038ca9c00a3b4d2892e9305dc5fd8c96 Mon Sep 17 00:00:00 2001 From: TheSylex <> Date: Wed, 28 Aug 2024 12:15:09 +0000 Subject: [PATCH] set correct semver version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index adb747e..11c2def 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Gaute Hope "] description = "A fast and limited-memory structure with a landmask based on GSHHG for determing whether a point on Earth is on land or in the ocean" name = "roaring-landmask" -version = "0.7.4" +version = "0.8.0" edition = "2018" license = "MIT" homepage = "https://github.com/gauteh/roaring-landmask"